Loading [MathJax]/extensions/tex2jax.js
scipy 1.10.1 Pypi GitHub Homepage
Other Docs

NotesParametersReturns
kurtosistest(a, axis=0, alternative='two-sided')

Notes

For more details about kurtosistest, see scipy.stats.kurtosistest.

Parameters

a : array_like

array of the sample data

axis : int or None, optional

Axis along which to compute test. Default is 0. If None, compute over the whole array a.

alternative : {'two-sided', 'less', 'greater'}, optional

Defines the alternative hypothesis. The following options are available (default is 'two-sided'):

  • 'two-sided': the kurtosis of the distribution underlying the sample is different from that of the normal distribution
  • 'less': the kurtosis of the distribution underlying the sample is less than that of the normal distribution
  • 'greater': the kurtosis of the distribution underlying the sample is greater than that of the normal distribution

Returns

statistic : array_like

The computed z-score for this test.

pvalue : array_like

The p-value for the hypothesis test

Tests whether a dataset has normal kurtosis

Examples

See :

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

scipy.stats._stats_py:kurtosistest_stats_py:kurtosistest

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


GitHub : /scipy/stats/_mstats_basic.py#2964
type: <class 'function'>
Commit: