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

Fatigue life cumulative distribution function (CDF).

Syntax
C#
Visual Basic
public static double FatigueLifeCDF(double x, double Mu, double gamma, double beta);
Parameters 
Description 
double x 
Distribution domain, real value on open interval (Mu,INF). 
double Mu 
Defines distribution location parameter. 
double gamma 
Defines distribution shape parameter. gamma must be a positive scalar. 
double beta 
Defines distribution scale parameter. beta must be a positive scalar. 

the Fatigue life CDF, evaluated at x using positive scalar parameters Mu, gamma and beta.

The Fatigue CDF is defined by the following equation: 

 

where gamma>0, beta>0.

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