Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

{{alias}}( x, c )
Evaluates the cumulative distribution function
(CDF) for a Bradford distribution
with shape parameter `c` at a value `x`.
Evaluates the cumulative distribution function (CDF) for a Bradford
distribution with shape parameter `c` at a value `x`.

If provided `NaN` as any argument, the function returns `NaN`.

Expand Down
Loading