nodejs-polars
    Preparing search index...

    Interface RollingSkewOptions

    options for rolling mean operations

    interface RollingSkewOptions {
        bias?: boolean;
        windowSize: number;
    }
    Index

    Properties

    Properties

    bias?: boolean
    windowSize: number