Parametric Methods uses a fixed number of parameters to build the model. | Non-Parametric Methods use the flexible number of parameters to build the model. |
Parametric analysis is to test group means. | A non-parametric analysis is to test medians. |
It is applicable only for variables. | It is applicable for both – Variable and Attribute. |
It always considers strong assumptions about data. | It generally fewer assumptions about data. |
Parametric Methods require lesser data than Non-Parametric Methods. | Non-Parametric Methods requires much more data than Parametric Methods. |
Parametric methods assumed to be a normal distribution. | There is no assumed distribution in non-parametric methods. |
Parametric data handles – Intervals data or ratio data. | But non-parametric methods handle original data. |
Here when we use parametric methods then the result or outputs generated can be easily affected by outliers. | When we use non-parametric methods then the result or outputs generated cannot be seriously affected by outliers. |
Parametric Methods can perform well in many situations but its performance is at peak (top) when the spread of each group is different. | Similarly, Non-Parametric Methods can perform well in many situations but its performance is at peak (top) when the spread of each group is the same. |
Parametric methods have more statistical power than Non-Parametric methods. | Non-parametric methods have less statistical power than Parametric methods. |
As far as the computation is considered these methods are computationally faster than the Non-Parametric methods. | As far as the computation is considered these methods are computationally slower than the Parametric methods. |
Examples: Logistic Regression, Naïve Bayes Model, etc. | Examples: KNN, Decision Tree Model, etc. |