Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.Distributions
Multinomial Class
Multinomial Constructor
Multinomial(Double[], Int32) Constructor
Multinomial(Histogram, Int32) Constructor
Multinomial(Double[], Int32, Random) Constructor
Multinomial(Histogram, Int
32) Constructor
Initializes a new instance of the Multinomial class from histogram
h
. The distribution will not be automatically updated when the histogram changes.
Namespace:
Altaxo.Calc.Distributions
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
Multinomial
(
Histogram
h
,
int
n
)
Parameters
h
Histogram
Histogram instance
n
Int32
The number of trials.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
If any of the probabilities are negative or do not sum to one.
ArgumentOutOfRangeException
If
n
is negative.
See Also
Reference
Multinomial Class
Multinomial Overload
Altaxo.Calc.Distributions Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net