Méthode | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
ComplementaryDistributionFunction ( double x ) : double |
Gets the complementary cumulative distribution function (ccdf) for this distribution evaluated at point
|
|
CumulativeHazardFunction ( double x ) : double |
Gets the cumulative hazard function for this distribution evaluated at point
|
|
DistributionFunction ( double x ) : double |
Gets the cumulative distribution function (cdf) for this distribution evaluated at point
|
|
HazardFunction ( double x ) : double |
Gets the hazard function, also known as the failure rate or the conditional failure density function for this distribution evaluated at point
|
|
InverseDistributionFunction ( double p ) : double |
Gets the inverse of the cumulative distribution function (icdf) for this distribution evaluated at probability
|
|
PowerLognormalDistribution ( [ power, [ shape ) : System |
Constructs a Power Lognormal distribution with the given power and shape parameters.
|
|
ProbabilityDensityFunction ( double x ) : double |
Gets the probability density function (pdf) for this distribution evaluated at point
|
|
ToString ( string format, IFormatProvider formatProvider ) : string |
Returns a System.String that represents this instance.
|
Méthode | Description | |
---|---|---|
initialize ( double power, double sigma ) : void |
public ComplementaryDistributionFunction ( double x ) : double | ||
x | double | A single point in the distribution range. |
Résultat | double |
public CumulativeHazardFunction ( double x ) : double | ||
x | double | A single point in the distribution range. |
Résultat | double |
public DistributionFunction ( double x ) : double | ||
x | double | A single point in the distribution range. |
Résultat | double |
public HazardFunction ( double x ) : double | ||
x | double | A single point in the distribution range. |
Résultat | double |
public InverseDistributionFunction ( double p ) : double | ||
p | double | A probability value between 0 and 1. |
Résultat | double |
public PowerLognormalDistribution ( [ power, [ shape ) : System | ||
power | [ | The distribution's power p. |
shape | [ | The distribution's shape σ. |
Résultat | System |
public ProbabilityDensityFunction ( double x ) : double | ||
x | double | A single point in the distribution range. |
Résultat | double |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | |
formatProvider | IFormatProvider | |
Résultat | string |