Examples (Computations)

Examples (Computations)

Examples


Computations:


  1. The example below is a very simple use of computations. In this example the @max () and @min () function fetches the maximum and minimum value of the parameter ‘ENG_Temp_Out’ respectively.

  2. In this example, the function @minIfExpr allows the user to find the minimum value of the parameter at a specified condition.

  1. StellarAi also gives us the ability to apply a function on a part of column filtered on time. In the example below @avgIfExpr () gives the average value of ‘ENG_Temp_Out’ between the time frame specified in the condition. Time can be identified after plotting the graph.

Note: All new Computed Parameters & Computed Information Tiles are saved by StellarAi for re-use by other users of the same Project.




    • Related Articles

    • Adding Computations to Analysis Group

      Adding Computations to Analysis Group: Computations are essentially simple / complex mathematical expressions, logical operators, trigonometric functions whose results are shown in an information tile. Computations involve creating mathematical ...
    • Examples (Functions)

      Here, is the list of all the functions built in StellarAi Sr. No. Computation Function Syntax Description Example 1 Get count of expression @countExpr(parameter_name>3000) This function counts the data points in the column for the given condition. ...
    • Computed Function (Examples)

      Here, is the list of all the computed functions in StellarAi Sr. No. Computation Function Syntax Description Example 1 diff idiff = @diff( `parameter_name` ) This function adds a new column to the data, storing the difference between consecutive data ...
    • Adding 'Computed Parameters' to data

      Adding 'Computed Parameters' to data: A computed parameter is a StellarAi-generated data column, derived by applying mathematical expressions, logical operators, or trigonometric functions on data columns from the test files. Example: Calculation of ...
    • Importing Analysis Group(s) from other Projects

      Importing Analysis Group(s) from other Projects: StellarAi allows users to import Analysis Group(s) from different projects. Importing Analysis Group(s) will import all the configurations of graphs, templates and computations. Note: Users need to ...