statistical. weiBull

new weiBull()

Methods

(static) dist(x, alpha, beta, cumulative) → {number}

Returns the Weibull distribution.

Parameters:
NameTypeDescription
xnumber

The value at which to evaluate the function.

alphanumber

A parameter to the distribution.

betanumber

A parameter to the distribution.

cumulativenumber

Determines the form of the function.

Returns:

the Weibull distribution or an error if the arguments are incorrect.

Type: 
number