chisquare
- sherpa.utils.random.chisquare(rng: Generator | RandomState | None, df, size=None) ndarray[source] [edit on github]
Create a random value from a multivariate normal distribution.
- Parameters:
- rng
numpy.random.Generator,numpy.random.RandomState,orNone Determines how the random numbers are created. If set to None then the
numpy.random.chisquareroutine is used.- df
The degrees of freedom.
- size
optional The shape and number of elements to create.
- rng
- Returns:
- value
number
- value