non_central_chi variance¶
Usage
Run using mc_script non_central_chi variance after installation or using ~ndcn0236/bin/mc_script non_central_chi variance on jalapeno.
Import in python using from mcutils.scripts.non_central_chi import variance
Documentation
Estimates the variance of the noise assuming a non-central chi distribution
Functions
|
Estimates beta_n |
|
Computes the correction factor |
|
Computes the next step in the fixed point root finding method |
|
Computes the next step in the Newton’s root finding method |
|
Estimates the true noise level of the non-central chi distribution |
|
Estimates the SNR of the non-central chi distribution |
CLI interface
|
Creates the parser of the command line arguments |
|
Runs the script based on a Namespace containing the command line arguments |