You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
base.dists.laplace.variance,"\nbase.dists.laplace.variance( μ:number, b:number )\n Returns the variance of a Laplace distribution with location parameter `μ`\n and scale parameter `b`.\n"
694
694
base.dists.levy.cdf,"\nbase.dists.levy.cdf( x:number, μ:number, c:number )\n Evaluates the cumulative distribution function (CDF) for a Lévy distribution\n with location parameter `μ` and scale parameter `c` at a value `x`.\n"
695
695
base.dists.levy.cdf.factory,"\nbase.dists.levy.cdf.factory( μ:number, c:number )\n Returns a function for evaluating the cumulative distribution function (CDF)\n of a Lévy distribution with location parameter `μ` and scale parameter `c`.\n"
696
-
base.dists.levy.entropy,"\nbase.dists.levy.entropy( μ:number, c:number )\n Returns the entropy of a Lévy distribution with locationparameter `μ` and\n scale parameter `c`.\n"
696
+
base.dists.levy.entropy,"\nbase.dists.levy.entropy( μ:number, c:number )\n Returns the differential entropy of a Lévy distribution with location\n parameter `μ` and scale parameter `c`.\n"
697
697
base.dists.levy.Levy,"\nbase.dists.levy.Levy( [μ:number, c:number] )\n Returns a Lévy distribution object.\n"
698
698
base.dists.levy.logcdf,"\nbase.dists.levy.logcdf( x:number, μ:number, c:number )\n Evaluates the logarithm of the cumulative distribution function (CDF) for a\n Lévy distribution with location parameter `μ` and scale parameter `c` at a\n value `x`.\n"
699
699
base.dists.levy.logcdf.factory,"\nbase.dists.levy.logcdf.factory( μ:number, c:number )\n Returns a function for evaluating the logarithm of the cumulative\n distribution function (CDF) of a Lévy distribution with location parameter\n `μ` and scale parameter `c`.\n"
base.dists.levy.variance,"\nbase.dists.levy.variance( μ:number, c:number )\n Returns the variance of a Lévy distribution with location parameter `μ` and\n scale parameter `c`.\n"
711
711
base.dists.logistic.cdf,"\nbase.dists.logistic.cdf( x:number, μ:number, s:number )\n Evaluates the cumulative distribution function (CDF) for a logistic\n distribution with location parameter `μ` and scale parameter `s` at a value\n `x`.\n"
712
712
base.dists.logistic.cdf.factory,"\nbase.dists.logistic.cdf.factory( μ:number, s:number )\n Returns a function for evaluating the cumulative distribution function (CDF)\n of a logistic distribution with location parameter `μ` and scale parameter\n `s`.\n"
713
-
base.dists.logistic.entropy,"\nbase.dists.logistic.entropy( μ:number, s:number )\n Returns the entropy of a logistic distribution with locationparameter `μ`\n and scale parameter `s`.\n"
713
+
base.dists.logistic.entropy,"\nbase.dists.logistic.entropy( μ:number, s:number )\n Returns the differential entropy of a logistic distribution with location\n parameter `μ` and scale parameter `s`.\n"
714
714
base.dists.logistic.kurtosis,"\nbase.dists.logistic.kurtosis( μ:number, s:number )\n Returns the excess kurtosis of a logistic distribution with location\n parameter `μ` and scale parameter `s`.\n"
715
715
base.dists.logistic.logcdf,"\nbase.dists.logistic.logcdf( x:number, μ:number, s:number )\n Evaluates the logarithm of the cumulative distribution function (CDF) for a\n logistic distribution with location parameter `μ` and scale parameter `s` at\n a value `x`.\n"
716
716
base.dists.logistic.logcdf.factory,"\nbase.dists.logistic.logcdf.factory( μ:number, s:number )\n Returns a function for evaluating the logarithm of the cumulative\n distribution function (CDF) of a Logistic distribution with location\n parameter `μ` and scale parameter `s`.\n"
0 commit comments