Loading [MathJax]/extensions/tex2jax.js
scipy 1.10.1 Pypi GitHub Homepage
Other Docs

Notes

%(before_notes)s

Notes

This distribution is the normal distribution centered on loc (default 0), with standard deviation scale (default 1), and clipped at a, b standard deviations to the left, right (respectively) from loc. If myclip_a and myclip_b are clip values in the sample space (as opposed to the number of standard deviations) then they can be converted to the required form according to

a, b = (myclip_a - loc) / scale, (myclip_b - loc) / scale

%(example)s

A truncated normal continuous random variable.

Examples

See :

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


GitHub : /scipy/stats/_continuous_distns.py#8655
type: <class 'type'>
Commit: