• Home
  • Raw
  • Download

Lines Matching refs:distribution

73 the defined range for the distribution.
76 normal distribution:
93 the defined range for the distribution.
98 // standard normal distribution object:
104 normal distribution:
115 Returns the __hazard of /x/ and distribution /dist/.
118 the defined range for the distribution.
131 Returns the __chf of /x/ and distribution /dist/.
134 the defined range for the distribution.
146 Returns the mean of the distribution /dist/.
148 This function may return a __domain_error if the distribution does not have
149 a defined mean (for example the Cauchy distribution).
156 Returns the median of the distribution /dist/.
163 Returns the mode of the distribution /dist/.
165 This function may return a __domain_error if the distribution does not have
179 For a discrete distribution, the pdf is the probability that the
183 the defined range for the distribution.
185 For example, for a standard normal distribution the pdf looks like this:
194 Returns the valid range of the random variable over distribution /dist/.
205 it is also the same as calculating the ['lower critical value] of a distribution.
212 distribution:
227 // define a standard normal distribution:
240 same as calculating the ['upper critical value] of a distribution.
247 distribution:
256 Returns the standard deviation of distribution /dist/.
258 This function may return a __domain_error if the distribution does not have
266 Returns the supported range of random variable over the distribution /dist/.
268 The distribution is said to be 'supported' over a range that is
280 Returns the variance of the distribution /dist/.
282 This function may return a __domain_error if the distribution does not have
290 Returns the skewness of the distribution /dist/.
292 This function may return a __domain_error if the distribution does not have
300 Returns the 'proper' kurtosis (normalized fourth moment) of the distribution /dist/.
304 Where [mu][sub i] is the i'th central moment of the distribution, and
305 in particular [mu][sub 2] is the variance of the distribution.
307 The kurtosis is a measure of the "peakedness" of a distribution.
320 of a normal distribution is zero.
322 This function may return a __domain_error if the distribution does not have
332 Returns the kurtosis excess of the distribution /dist/.
336 Where [mu][sub i] is the i'th central moment of the distribution, and
337 in particular [mu][sub 2] is the variance of the distribution.
339 The kurtosis excess is a measure of the "peakedness" of a distribution, and
341 the kurtosis excess of a normal distribution is zero.
343 This function may return a __domain_error if the distribution does not have
350 The kurtosis excess of a normal distribution is zero.
366 The inverse of the cumulative distribution function, is the same as the
385 given the area under the left tail of the distribution.
391 given the area under the right tail of the distribution. It is equivalent to
401 The entropy (or differential entropy) of a continuous probability distribution /p/ is defined as