probabilityDensityFunction
30
triples
GPTKB property
Random triples
| Subject | Object |
|---|---|
| gptkb:Wigner_semicircle_distribution | (1/(2πR^2)) * sqrt(4R^2 - x^2) |
| gptkb:Extreme_Value_Type_I_distribution | f(x) = (1/β) exp(-(x-μ)/β) exp(-exp(-(x-μ)/β)) |
| gptkb:Gumbel_distribution | f(x) = (1/β) exp(-(z + exp(-z))) where z = (x - μ)/β |
| gptkb:Generalized_extreme_value_distribution | f(x) = (1/σ) exp(- (1 + ξ((x-μ)/σ))^{-1/ξ}) (1 + ξ((x-μ)/σ))^{-1-1/ξ} |
| gptkb:GEV_distribution | closed form |
| gptkb:log-normal_distribution | f(x; μ, σ) = (1/(xσ√(2π))) exp(-(ln x - μ)^2/(2σ^2)), x > 0 |
| gptkb:Cauchy_distribution | f(x; x0, γ) = [1/(πγ)] [γ^2 / ((x - x0)^2 + γ^2)] |
| gptkb:Pearson_Type_I_distribution | f(x) = C (x-a)^{m-1} (b-x)^{n-1} |
| gptkb:Type_II_extreme_value_distribution | f(x) = (α/s)((x-m)/s)^-(1+α) exp(-((x-m)/s)^-α) for x > m |
| gptkb:generalized_extreme_value_distribution | f(x) = (1/σ) [1 + ξ((x-μ)/σ)]^{-1/ξ-1} exp(-[1 + ξ((x-μ)/σ)]^{-1/ξ}) |
| gptkb:inverse_Wishart_distribution | matrix-valued function |
| gptkb:Gaussian_distribution | f(x) = (1/(σ√(2π))) * exp(- (x-μ)^2 / (2σ^2)) |
| gptkb:Dirichlet_distribution | f(x;α) = (1/B(α)) ∏ x_i^{α_i-1} |
| gptkb:Laplace_distribution | (1/(2b)) * exp(-|x-μ|/b) |
| gptkb:Lorentzian_distribution | f(x; x0, γ) = [1/π] [γ / ((x - x0)^2 + γ^2)] |
| gptkb:von_Mises_distribution | f(x|μ,κ) = exp(κ cos(x-μ)) / (2π I0(κ)) |
| gptkb:lognormal_distribution | f(x; μ, σ) = (1/(xσ√(2π))) exp(-(ln x - μ)^2/(2σ^2)), x > 0 |
| gptkb:double_exponential_distribution | f(x|μ,b) = (1/(2b)) * exp(-|x-μ|/b) |
| gptkb:Gaussian_Distribution | f(x) = (1/(σ√(2π))) * exp(- (x-μ)^2 / (2σ^2)) |
| gptkb:Pareto_distribution | f(x; xm, α) = α xm^α / x^(α+1) |