scipy.stats.Normal.

scipy.stats.Normal.validation_policy#

property Normal.validation_policy#

{None, “skip_all”}: Specifies the level of input validation to perform. Left unspecified, input validation is performed to ensure appropriate behavior in edge case (e.g. parameters out of domain, argument outside of distribution support, etc.) and improve consistency of output dtype, shape, etc. Use 'skip_all' to avoid the computational overhead of these checks when rough edges are acceptable.