spkit.getStats

spkit.getStats(x, detail_level=1, return_names=False)

Quick Statistics of a given sequence x, excluding NaN values

returns stats and names of statistics measures

Parameters:
Returns:

See also

spkit

#TODO

Notes

#TODO

References

  • wikipedia -

Examples

import numpy as np import spkit as sp #TODO