MCPcopy Create free account
hub / github.com/javascriptdata/danfojs / std

Method std

src/danfojs-base/shared/types.ts:227–227  ·  view source on GitHub ↗
(options?: { axis?: 0 | 1 })

Source from the content-addressed store, hash-verified

225 min(options?: { axis?: 0 | 1 }): Series
226 max(options?: { axis?: 0 | 1 }): Series
227 std(options?: { axis?: 0 | 1 }): Series
228 var(options?: { axis?: 0 | 1 }): Series
229 sum(options?: { axis?: 0 | 1 }): Series
230 count(options?: { axis?: 0 | 1 }): Series

Callers

nothing calls this directly

Implementers 1

DataFramesrc/danfojs-base/core/frame.ts

Calls

no outgoing calls

Tested by

no test coverage detected