check_fixed_history_parameter {bistablehistory}R Documentation

Evaluates values for a fixed history parameter

Description

Expects either a single value within a valid range or randomN values.

Usage

check_fixed_history_parameter(param_name, param_value, randomN, upperLimit)

Arguments

param_name

Name of the parameter.

param_value

A single value or randomN numeric values.

randomN

Number of levels for the random variable.

upperLimit

Upper limit for a valid param_value.

Value

A numeric vector randomN long.

Examples

check_fixed_history_parameter("tau", 1, 10, Inf)

[Package bistablehistory version 1.1.2 Index]