Describes a single variance component of a gauge repeatability and reproducibility study.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=real64), | public | :: | percent_contribution |
The variance of the component expressed as a percentage of the total variance. The contributions of the components sum to 100. |
|||
| real(kind=real64), | public | :: | percent_study_variation |
The study variation of the component expressed as a percentage of the total study variation. As the study variation is proportional to a standard deviation rather than a variance, these percentages do not sum to 100. |
|||
| real(kind=real64), | public | :: | percent_tolerance |
The study variation of the component expressed as a percentage of the tolerance range. This term is only meaningful if a tolerance was supplied; else, it is zero. |
|||
| real(kind=real64), | public | :: | standard_deviation |
The estimated standard deviation of the component. |
|||
| real(kind=real64), | public | :: | variance |
The estimated variance of the component. |