You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > LogWeibullCDF Method > Probabilities.LogWeibullCDF Method (double, double, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.LogWeibullCDF Method (double, double, double)

Log-Weibull cumulative distribution function (CDF).

Syntax
C#
Visual Basic
public static double LogWeibullCDF(double x, double a, double b);
Parameters 
Description 
double x 
Function domain, real value. 
double a 
Distribution location parameter, real positive value. 
double b 
Distribution scale parameter, real positive value. 

the log-Weibull cumulative distribution function (CDF) for value x using the parameters a and and b.

Log-Weibull cumulative distribution function (CDF) is defined by the following equation: 

 

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!