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, or None) – Determines how the random numbers are created. If set to None then the
numpy.random.chisquare
routine is used.df – The degrees of freedom.
size (optional) – The shape and number of elements to create.
- Returns:
value
- Return type:
number