C# Класс Accord.Statistics.Distributions.Univariate.PowerLognormalDistribution

Наследование: UnivariateContinuousDistribution
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 x. This function is also known as the Survival function.

CumulativeHazardFunction ( double x ) : double

Gets the cumulative hazard function for this distribution evaluated at point x.

DistributionFunction ( double x ) : double

Gets the cumulative distribution function (cdf) for this distribution evaluated at point x.

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 x.

InverseDistributionFunction ( double p ) : double

Gets the inverse of the cumulative distribution function (icdf) for this distribution evaluated at probability p. This function is also known as the Quantile function.

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 x.

ToString ( string format, IFormatProvider formatProvider ) : string

Returns a System.String that represents this instance.

Приватные методы

Метод Описание
initialize ( double power, double sigma ) : void

Описание методов

Clone() публичный Метод

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Результат object

ComplementaryDistributionFunction() публичный Метод

Gets the complementary cumulative distribution function (ccdf) for this distribution evaluated at point x. This function is also known as the Survival function.
public ComplementaryDistributionFunction ( double x ) : double
x double A single point in the distribution range.
Результат double

CumulativeHazardFunction() публичный Метод

Gets the cumulative hazard function for this distribution evaluated at point x.
public CumulativeHazardFunction ( double x ) : double
x double A single point in the distribution range.
Результат double

DistributionFunction() публичный Метод

Gets the cumulative distribution function (cdf) for this distribution evaluated at point x.
public DistributionFunction ( double x ) : double
x double A single point in the distribution range.
Результат double

HazardFunction() публичный Метод

Gets the hazard function, also known as the failure rate or the conditional failure density function for this distribution evaluated at point x.
public HazardFunction ( double x ) : double
x double A single point in the distribution range.
Результат double

InverseDistributionFunction() публичный Метод

Gets the inverse of the cumulative distribution function (icdf) for this distribution evaluated at probability p. This function is also known as the Quantile function.
public InverseDistributionFunction ( double p ) : double
p double A probability value between 0 and 1.
Результат double

PowerLognormalDistribution() публичный Метод

Constructs a Power Lognormal distribution with the given power and shape parameters.
public PowerLognormalDistribution ( [ power, [ shape ) : System
power [ The distribution's power p.
shape [ The distribution's shape σ.
Результат System

ProbabilityDensityFunction() публичный Метод

Gets the probability density function (pdf) for this distribution evaluated at point x.
public ProbabilityDensityFunction ( double x ) : double
x double A single point in the distribution range.
Результат double

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
Результат string