noise_spec_int_to_str: Convert from an integer to string representation of the noise...

Description Usage Arguments Value Examples

View source: R/noise_calculations.R

Description

Given an integer specification of the noise, convert to a string specification. This is done for code readability. In the technical documentation, the variable S^(sigma) gives the noise specifiation, but for readability noise_spec is instead used in the code. An error is thrown for invalid inputs. The valid cases are:

int str 0 const 1 lin_pos_int

Usage

1
noise_spec_int_to_str(noise_spec_int)

Arguments

noise_spec_int

The noise specification as an integer

Value

noise_spec_str The noise specification as a string

Examples

1
2

MichaelHoltonPrice/yada documentation built on Sept. 19, 2021, 11:27 p.m.