Chi2fit.Distribution protocol (Chi-SquaredFit v3.1.0)

Copy Markdown View Source

Summary

Types

t()

All the types that implement this protocol.

Types

t()

@type t() :: term()

All the types that implement this protocol.

Functions

cdf(distrib)

@spec cdf(t()) :: number()

kurtosis(distrib)

@spec kurtosis(t()) :: number()

name(distrib)

@spec name(t()) :: String.t()

pdf(distrib)

@spec pdf(t()) :: number()

random(distrib)

@spec random(t()) :: number()

size(distrib)

@spec size(t()) :: number()

skewness(distrib)

@spec skewness(t()) :: number()