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

Johnson bounded cumulative distribution function (CDF).

Syntax
C#
Visual Basic
public static double JohnsonSBCDF(double x, double gamma, double delta, double Lambda, double xi);
Parameters 
Description 
double x 
Function domain, real value on closed interval [xi,xi+Lambda]. 
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 bounded (SB) cumulative distribution function (CDF) for parameters gamma, delta, Lambda and xi.

Calculates the Johnson bounded (SB) 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!