Jump to content

Sharlinda Salim

Seeq Team
  • Posts

    28
  • Joined

  • Last visited

  • Days Won

    5

Community Answers

  1. Sharlinda Salim's post in Creating a capsule every 5 days was marked as the answer   
    Hi Nurhaz,
    In Version 63 onwards, you can use Periodic Condition >> Custom as in this link https://support.seeq.com/kb/R63/cloud/what-s-new#id-(R63)What'sNew?-CustomfrequencyperiodicconditionswithoutFormula

    If you are in older version, at the Formula tool you can write as below:
    periods(5d)  
  2. Sharlinda Salim's post in Rolling Prediction was marked as the answer   
    To Create a rolling linear forecast on data, we can use the formula tool:
    $signal.forecastLinear(7d,3d) As of R63 you can also use the ForecastArima function in Seeq Formula as well to create a rolling forecast. Please see the following knowledgebase article for more information on how to use ForecastArima: https://support.seeq.com/kb/latest/cloud/best-practices-for-using-forecastarima
    Please do have a look at few other discussions as below links that applied the forecastlinear() function.
    The cumulative of time as shown in Step 3 can be simplified to timesince($condition,1min). 
     
    Content Verified DEC2023
×
×
  • Create New...