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

Johnson unbounded cumulative distribution function (CDF).

Syntax
C#
Visual Basic
public static double JohnsonUBCDF(double x, double gamma, double delta, double Lambda, double xi);
Parameters 
Description 
double x 
Function domain, real value. 
double gamma 
Distribution shape parameter, real value. 
double delta 
Distribution shape parameter, real positive value. 
double Lambda 
Distribution scale parameter, real positive value. 
double xi 
Distribution location parameter, real value. 

Johnson unbounded (SU) cumulative distribution function (CDF).

Johnson unbounded (SU) cumulative distribution function, defined by the following equation: 

 

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