powered by
Calculate bias interval from TV
calculate_bias_interval( scenario, nrun, nrep, SWL, SR, nsamples, expected_mean, user_mean, ... )
a named list with the defined mean, the interval significance (user mean should be in for approval), and total bias (user mean - TV)
Choosed scenario from section 3.3 of EP15-A3
Number of runs
number of repetitions per run (n0)
S within laboratory (obtained from anova)
S repetability (obtained from anova)
total number of samples tested usual 1
Expected mean or TV
Mean of all samples (obtained from anova)
additional parameters necessary for processing the choosed scenario
calculate_bias_interval(scenario = 'E', nrun = 7, nrep = 5, SWL = .042, SR = .032, nsamples = 2, expected_mean = 1, user_mean = .94 )
Run the code above in your browser using DataLab