Performing Statistical Analysis

Performing Statistical Analysis

What is Statistical Analysis
Statistical analysis is a major component in data analysis that applies statistical tools to the test data, analyzes it, and effectively draws useful inferences and future trends.
Statistical analysis is of two types— descriptive and inferential.
Descriptive statistics simply summarizes the data in a meaningful way, in the form of charts and tables. It is an easy way to understand, interpret, and visualize data.
Inferential statistics helps the user to go beyond this and help to test a hypothesis (null hypothesis) and draw conclusions and insights from the data.

Why is Statistical Analysis required
Statistical analysis is at the core of data analysis. All algorithms and models are built with the intention to execute statistical operations on the data and draw inferences and insights from it.

How is Statistical Analysis done in rubiscape
In rubiscape, there is an exhaustive set of algorithms for statistical analysis of numerical data. There are algorithms for the determination of correlation and hypothesis testing. Thus, statistical analysis in rubiscape becomes profound in terms of its descriptive and inferential nature. Users can not only visualize the data but also draw inferences from it, which can be used for decision-making and predicting future trends.
In rubiscape, the Statistical Analysis methods are,

  • Parametric Distribution Fitting
  • Process Capability Analysis
  • Shapiro-Wilk Test
  • Correlation
  • ANOVA Analysis
  • Hypothesis Test

In the task pane, click Model Studio, and then click Statistical Analysis.



For more information, refer to Statistical Analysis.

    • Related Articles

    • Statistical Analysis

      Statistical analysis is the science of analyzing patterns and trends in collected data and deriving inferences from them. ANOVA Analysis Analysis of Variance (ANOVA) is a statistical technique that measures the difference between the means of two or ...
    • Performing Numerical Analysis

      What is Numerical Analysis In modern data analytics, numerical analysis is the use of algorithms to solve continuous mathematical problems arising from real-world applications. These applications may be associated with fields like natural sciences, ...
    • Statistical Concepts

      Accuracy Accuracy (of classification) of a predictive model is the ratio of the total number of correct predictions made by the model to the total predictions made. Thus, Accuracy = (TP + TN) / (TP + TN + FP + FN) Where, TP, TN, FP, and FN indicate ...
    • Performing Textual Analysis

      What is Textual Analysis Textual analysis is an automated process to interpret textual content and derive meaningful data from it. It is a qualitative analysis performed using AI-powered natural language processing (NLP) tools. These tools help ...
    • Factor Analysis

      Factor Analysis Description Factor Analysis is also known as exploratory Factor Analysis for data reduction. It is a technique of examining interdependent variables without distinguishing between dependent and independent variables. Factor Analysis ...