You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything that currently happens inside the Quantity() class should in fact be based on the Link object itself to gain flexibility and get rid of the middle man.
The text was updated successfully, but these errors were encountered:
bases can be computed as effective version on both axis [new method: _margin(axis, effective)]
missingfy() can be applied on both axes, base dropping works on both axes and total is correct
_mean() can be applied on both axes and is vectorized
_dispersion() stats can be applied to both axes and is vectorized
combine() works together with arbitrary missingfied axes, broadcasts and auto-updates bases
new _filter() method that can filter an existing Link on an arbitrary qp-logical condition (not completely finished for all logics, but this is straightforward)
Everything that currently happens inside the Quantity() class should in fact be based on the Link object itself to gain flexibility and get rid of the middle man.
The text was updated successfully, but these errors were encountered: