diff-grok - v1.0.9
    Preparing search index...

    Type Alias Arg

    Specifies an independent variable for a simulation model.

    type Arg = {
        final: Input;
        initial: Input;
        name: string;
        step: Input;
        updateName: string | undefined;
    }
    Index

    Properties

    final: Input

    The final value of the variable.

    initial: Input

    The initial value of the variable.

    name: string

    The name of the variable.

    step: Input

    The step size for the variable's grid.

    updateName: string | undefined

    The name of the stage in a multi-stage model, if applicable.