NDArrayMethodsMixin

class kgpy.labeled.NDArrayMethodsMixin

Bases: object

__init__()
Return type:

None

Methods

__init__()

all([axis, where])

rtype:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

any([axis, where])

rtype:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

broadcast_to(shape)

rtype:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

max([axis, initial, where])

rtype:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

mean([axis, where])

rtype:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

min([axis, initial, where])

rtype:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

ptp([axis])

rtype:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

reshape(shape)

rtype:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

rms([axis, where])

rtype:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

std([axis, where])

rtype:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

sum([axis, where])

rtype:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

Inheritance Diagram

digraph inheritancea952e04c6e { bgcolor=transparent; rankdir=TB; size="8.0, 12.0"; "kgpy.labeled.NDArrayMethodsMixin" [URL="kgpy.labeled.NDArrayMethodsMixin.html#kgpy.labeled.NDArrayMethodsMixin",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="NDArrayMethodsMixin()"]; }
all(axis=None, where=<no value>)
Return type:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

Parameters:
  • self (NDArrayMethodsMixinT) –

  • axis (str | Sequence[str] | None) –

  • where (NDArrayMethodsMixinT) –

any(axis=None, where=<no value>)
Return type:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

Parameters:
  • self (NDArrayMethodsMixinT) –

  • axis (str | Sequence[str] | None) –

  • where (NDArrayMethodsMixinT) –

broadcast_to(shape)
Return type:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

Parameters:
  • self (NDArrayMethodsMixinT) –

  • shape (Dict[str, int]) –

max(axis=None, initial=None, where=<no value>)
Return type:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

Parameters:
mean(axis=None, where=<no value>)
Return type:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

Parameters:
  • self (NDArrayMethodsMixinT) –

  • axis (str | Sequence[str] | None) –

  • where (NDArrayMethodsMixinT) –

min(axis=None, initial=None, where=<no value>)
Return type:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

Parameters:
ptp(axis=None)
Return type:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

Parameters:
  • self (NDArrayMethodsMixinT) –

  • axis (str | Sequence[str] | None) –

reshape(shape)
Return type:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

Parameters:
  • self (NDArrayMethodsMixinT) –

  • shape (Dict[str, int]) –

rms(axis=None, where=<no value>)
Return type:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

Parameters:
  • self (NDArrayMethodsMixinT) –

  • axis (str | Sequence[str] | None) –

  • where (NDArrayMethodsMixinT) –

std(axis=None, where=<no value>)
Return type:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

Parameters:
  • self (NDArrayMethodsMixinT) –

  • axis (str | Sequence[str] | None) –

  • where (NDArrayMethodsMixinT) –

sum(axis=None, where=<no value>)
Return type:

typing.TypeVar(NDArrayMethodsMixinT, bound= NDArrayMethodsMixin)

Parameters:
  • self (NDArrayMethodsMixinT) –

  • axis (str | Sequence[str] | None) –

  • where (NDArrayMethodsMixinT) –