In my previous post , I have described how "out-of-the-box" analytical functions in Oracle Data Visualisation Desktop or Oracle Data Visualisation Cloud Service could be used very easily and efficiently. In this blog, we will explore how to create new measures using standard analytical functions that are available in Formula Builder. Like "out-of-the-box", you can use the following analytical functions: Trendline : Fits a linear or exponential model and returns the fitted values or model. The numeric expr represents the Y value for the trend and the series (time columns) represent the X value. Cluster : Collects a set of records into groups based on one or more input expressions using K-Means or Hierarchical Clustering. Outlier : This function classifies a record as Outlier based on one or more input expressions using K-Means or Hierarchical Clustering or Multi-Variate Outlier detection Algorithms. Regr : Fits a linear model and returns the fitted val...
Oracle Analytics & Data Science