Skewness

Skewness[data]

gives the coefficient of skewness estimate for the elements in data.

Skewness[dist]

gives the coefficient of skewness for the distribution dist.

Details

Examples

open allclose all

Basic Examples  (2)

Skewness for a list of values:

Skewness for symbolic data:

Skewness for a parametric distribution:

Scope  (18)

Basic Uses  (7)

Exact input yields exact output:

Approximate input yields approximate output:

Find the skewness of WeightedData:

Find the skewness of EventData:

Find the skewness of TemporalData:

Find the skewness of TimeSeries:

The skewness depends only on the values:

Find the skewness of data involving quantities:

Array Data  (5)

Skewness for a matrix gives columnwise skewness:

Works with large arrays:

When the input is an Association, Skewness works on its values:

SparseArray data can be used just like dense arrays:

Find the skewness of a QuantityArray:

Image and Audio Data  (2)

Channelwise skewness value of an RGB image:

Skewness intensity value of a grayscale image:

On audio objects, Skewness works channelwise:

Distributions and Processes  (4)

Find the skewness for univariate distributions:

Multivariate distributions:

Skewness for derived distributions:

Data distribution:

Skewness for distributions with quantities:

Skewness function for a random process:

Applications  (8)

Zero skewness indicates that the distribution is symmetric:

Distributions with longer tails to the right have positive skewness:

Distributions with longer tails to the left have negative skewness:

The limiting distribution for BinomialDistribution as is normal:

The limiting value of skewness is 0:

By the central limit theorem, skewness of normalized sums of random variables will converge to 0:

Define a Pearson distribution with zero mean and unit variance, parameterized by skewness and kurtosis:

Obtain parameter inequalities for Pearson types 1, 4, and 6:

The region plot for Pearson types depending on the values of skewness and kurtosis:

Generate a random sample from a ParetoDistribution:

Determine the type of PearsonDistribution with moments matching the sample moments:

This time series contains the number of steps taken daily by a person during a period of five months:

Average number of steps:

Analyze the skewness as an indication of a tail in the daily step distribution:

The histogram of the frequency of daily counts confirms that the distribution has a longer left tail:

Find the skewness for the heights of children in a class:

Skewness close to 0 indicates distribution symmetric around the mean:

Properties & Relations  (2)

Skewness for data can be computed from CentralMoment:

Skewness for a distribution can be computed from CentralMoment:

Possible Issues  (1)

Skewness may be undefined for data:

Skewness may be undefined for a distribution:

Neat Examples  (1)

The distribution of Skewness estimates for 50, 100, and 300 samples:

Wolfram Research (2007), Skewness, Wolfram Language function, https://reference.wolfram.com/language/ref/Skewness.html (updated 2023).

Text

Wolfram Research (2007), Skewness, Wolfram Language function, https://reference.wolfram.com/language/ref/Skewness.html (updated 2023).

CMS

Wolfram Language. 2007. "Skewness." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2023. https://reference.wolfram.com/language/ref/Skewness.html.

APA

Wolfram Language. (2007). Skewness. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Skewness.html

BibTeX

@misc{reference.wolfram_2023_skewness, author="Wolfram Research", title="{Skewness}", year="2023", howpublished="\url{https://reference.wolfram.com/language/ref/Skewness.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_skewness, organization={Wolfram Research}, title={Skewness}, year={2023}, url={https://reference.wolfram.com/language/ref/Skewness.html}, note=[Accessed: 19-March-2024 ]}