WLJS LogoWLJS Notebook

KDistribution

KDistribution[ν, w] represents a K distribution with shape parameters ν and w.

Examples

Create a K distribution:

dist = KDistribution[2, 1];
PDF[dist, x]

Sample from the distribution:

RandomVariate[KDistribution[3, 2], 10]

Please visit the official Wolfram Language Reference for more details.

On this page