Help - Input Numerical Reliability

The format of numerical value of reliability for each module is:
    value1, value2, value3, ..... valueN
where, value1 is the numerical reliability of module A, value2 is the numerical reliability of module B, and so on.

For example, there are 4 modules in the system, Ra = 0.85, Rb = 0.78, Rc = 0.83, Rd = 0.94,
then you should input :

0.85, 0.78, 0.83, 0.94
 
If it reports that the numerical value is invalid, please check that whether what you input are correct.
1. all data should be numerical
2. all input data should be nonnegative
3. all input data should be less than or equal to 1.0
return