Causality Analyzer
Preparing search index...
@agentix-e/causality-analyzer-pipeline
standardize
Function standardize
standardize
<
S
extends
TableSchema
>
(
table
:
ColumnarTable
<
S
>
,
method
?:
StandardizeMethod
,
)
:
ColumnarTable
<
S
>
Z-score standardizer: (x - μ) / σ
Type Parameters
S
extends
TableSchema
Parameters
table
:
ColumnarTable
<
S
>
method
:
StandardizeMethod
= 'zscore'
Returns
ColumnarTable
<
S
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Causality Analyzer
Loading...
Z-score standardizer: (x - μ) / σ