skbio.stats.ordination.
mean_and_std
(a, axis=None, weights=None, with_mean=True, with_std=True, ddof=0)[source]¶Compute the weighted average and standard deviation along the
State: Experimental as of 0.4.0. specified axis.
Parameters: |
|
---|---|
Returns: | Return the average and standard deviation along the specified axis. If any of them was not required, returns None instead |
Return type: | average, std |