File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
lib/node_modules/@stdlib/stats/base/dists/burr-type3/cdf/docs Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
22{{alias}}( x, α, β )
3- Evaluates the cumulative distribution function (CDF) for a
4- Burr (type III) distribution with first shape parameter
5- `α` and second shape parameter `β` at a value `x`.
3+ Evaluates the cumulative distribution function (CDF) for a Burr (type III)
4+ distribution with first shape parameter `α` and second shape parameter `β`
5+ at a value `x`.
66
77 If provided `NaN` as any argument, the function returns `NaN`.
88
5151
5252
5353{{alias}}.factory( α, β )
54- Returns a function for evaluating the cumulative distribution
55- function (CDF) of a Burr (type III) distribution with
56- first shape parameter `α` and second shape parameter `β`.
54+ Returns a function for evaluating the cumulative distribution function (CDF)
55+ of a Burr (type III) distribution with first shape parameter `α` and second
56+ shape parameter `β`.
5757
5858 Parameters
5959 ----------
You can’t perform that action at this time.
0 commit comments