John W. Campbell
This is a simple class to store an RMS value and the number of observations on
which it is based. The values are accessible as the public fields 'rms' and
'num_obs'.
Constructors and Fields:
Class Details
Accessible Fields
Constructor
- Package:
- Jdl.JdlLib;
- Class name:
- JdlRMS
- Class definition:
- public class JdlRMS
- Extends:
- Object
- Implements:
- none
- Actions:
- none
The following accessible fields have been defined:
- public double rms
- The RMS value - 'rms'
- public int num_obs
- The number of observations - 'num_obs'
A single constructor is available.
Constructor:
Constructor
Create a JdlRMS object from the two values.
- Constructor Definition:
- public JdlRMS(double rms, int num_obs)
- Parameters List:
- rms
- The RMS value.
- num_obs
- The number of observations.
⇑ Up 2
⇑ Up 1
⇑ Top of this