MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__imod__ x.__imod__(y) <==> x%=y

2025-01-10 15:47:30
Index.all()
  • References/Python/Pandas/API Reference/Index

Index.all(*args, **kwargs)

2025-01-10 15:47:30
numpy.nanmedian()
  • References/Python/NumPy/Routines/Statistics

numpy.nanmedian(a, axis=None, out=None, overwrite_input=False, keepdims=False)

2025-01-10 15:47:30
stats.proportion.binom_test()
  • References/Python/Statsmodels/Statistics

statsmodels.stats.proportion.binom_test statsmodels.stats.proportion

2025-01-10 15:47:30
Runs.runs_test()
  • References/Python/Statsmodels/Statistics

statsmodels.sandbox.stats.runs.Runs.runs_test Runs.run

2025-01-10 15:47:30
stats.power.FTestPower()
  • References/Python/Statsmodels/Statistics

statsmodels.stats.power.FTestPower class statsmodels.stats.power.FTestPower(**kwds)

2025-01-10 15:47:30
static LogitResults.tvalues()
  • References/Python/Statsmodels/Regression with Discrete Dependent Variable

statsmodels.discrete.discrete_model.LogitResults.tvalues

2025-01-10 15:47:30
chararray.sort()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.

2025-01-10 15:47:30
decimal.Decimal.normalize()
  • References/Python/Python/Numeric & Mathematical

normalize(context=None) Normalize the number by stripping the rightmost trailing zeros and converting any result equal to

2025-01-10 15:47:30
curses.is_term_resized()
  • References/Python/Python/Operating System

curses.is_term_resized(nlines, ncols) Return True if resize_term() would modify the window structure

2025-01-10 15:47:30