PARAMETER_M

For reliability growth data analysis only.

Description: Returns a specified parameter value.

Syntax: PARAMETER_M(Data_Src, Param_Index, [System_Index], [Conf_Level])

  • Data_Src is the source data sheet from which the information is taken.

  • Param_Index is a numerical value that allows you to specify which parameter value to display. Depending on the data type and model you are working with, it returns the following information:
    • For the Crow Extended and Crow Extended - Continuous Evaluation models, the index value specifies which parameter value to display for which mode. Use the following table to look up the index value for each combination. For example, to return the value of Beta for the BC modes, use index number 20.

* Not available for Multiple Systems - Concurrent Operating Times, Multiple Systems with Dates and fielded data types.

** Available for the Crow Extended - Continuous Evaluation model only.

    • For all other models, the index value specifies which parameter value to display for the model used in the data source. The following table shows the index value for each combination. For example, index number 1 with the Crow-AMSAA model returns the value of Beta.

  • System_Index is an optional value that applies to multiple systems analysis. It allows you to return test results for an individual system, if enough data exist for that system (e.g., enter 1 to return results for the first system in the analysis.) To return the results for the representative system (i.e., the equivalent system, superposition system or cumulative timeline), leave the field blank.

  • Conf_Level is the percentage (entered as a decimal value) for the confidence bounds. It is an optional value and, if specified, must be greater than 0 and less than 1.

Remarks:

  • The Data_Src can be one of the following values:

    • A default data source selected from the Data Source Index drop-down list.

    • A data sheet name (e.g., "Weibull!Folio1!Data1").

    • A variable name defined in the Defined Names window (e.g., datasource).

Example:

  • PARAMETER_M("RGA!Folio1!Data1",1,1,0.9)