Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.Probability
ParetoDistribution Class
ParetoDistribution Constructor
ParetoDistribution Constructor
ParetoDistribution(Generator) Constructor
ParetoDistribution(Double, Double) Constructor
ParetoDistribution(Double, Double, Generator) Constructor
Pareto
Distribution(Double, Double, Generator) Constructor
Initializes a new instance of the
ParetoDistribution
class.
Namespace:
Altaxo.Calc.Probability
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Copy
public
ParetoDistribution
(
double
alpha
,
double
beta
,
Generator
generator
)
Parameters
alpha
Double
The shape parameter (must be positive).
beta
Double
The scale parameter (must be positive).
generator
Generator
A
Generator
object.
Exceptions
Exception
Condition
ArgumentNullException
generator
is
.
ArgumentOutOfRangeException
alpha
or
beta
is out of range.
See Also
Reference
ParetoDistribution Class
ParetoDistribution Overload
Altaxo.Calc.Probability 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