AbstractArray ============= .. currentmodule:: kgpy.uncertainty .. autoclass:: kgpy.uncertainty.AbstractArray :members: :show-inheritance: :inherited-members: :undoc-members: :member-order: groupwise .. automethod:: __init__ .. rubric:: Attributes .. autosummary:: ~AbstractArray.array ~AbstractArray.array_labeled ~AbstractArray.axis_distribution ~AbstractArray.broadcasted ~AbstractArray.centers ~AbstractArray.distribution ~AbstractArray.dtype ~AbstractArray.indices ~AbstractArray.length ~AbstractArray.ndim ~AbstractArray.nominal ~AbstractArray.normalized ~AbstractArray.num_samples ~AbstractArray.shape ~AbstractArray.shape_all ~AbstractArray.shape_distribution ~AbstractArray.type_array ~AbstractArray.type_array_auxiliary ~AbstractArray.unit .. rubric:: Methods .. autosummary:: ~AbstractArray.__init__ ~AbstractArray.add_axes ~AbstractArray.aligned ~AbstractArray.all ~AbstractArray.any ~AbstractArray.astype ~AbstractArray.broadcast_to ~AbstractArray.combine_axes ~AbstractArray.copy ~AbstractArray.copy_shallow ~AbstractArray.index ~AbstractArray.index_below_brute ~AbstractArray.index_nearest_brute ~AbstractArray.index_secant ~AbstractArray.interp_linear ~AbstractArray.matrix_inverse ~AbstractArray.max ~AbstractArray.mean ~AbstractArray.min ~AbstractArray.ndindex ~AbstractArray.ptp ~AbstractArray.reshape ~AbstractArray.rms ~AbstractArray.std ~AbstractArray.sum ~AbstractArray.to .. rubric:: Inheritance Diagram .. inheritance-diagram:: kgpy.uncertainty.AbstractArray