Description Usage Arguments Value Examples
View source: R/noise_calculations.R
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
1 | noise_spec_int_to_str(noise_spec_int)
|
noise_spec_int |
The noise specification as an integer |
noise_spec_str The noise specification as a string
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.