What does non-parametric (statistics) actually mean?

  • Thread starter Thread starter latecoder
  • Start date Start date
  • Tags Tags
    Mean Statistics
AI Thread Summary
Parametric statistics rely on specific distributional assumptions and parameters, such as mean and variance, which are essential for making inferences. In contrast, non-parametric statistics do not depend on these strict assumptions, allowing for more flexibility in analysis and interpretation. Non-parametric methods can still incorporate some distributional assumptions but are generally less reliant on them. Additionally, non-parametric models often require the entire training dataset for predictions, unlike parametric models that can use a few estimated parameters. Understanding these distinctions is crucial for selecting the appropriate statistical method based on the data's characteristics and assumptions.
latecoder
Messages
2
Reaction score
0
I see this all the time, but I just want a simple explanation of what parametric, and nonparametric statistics means!

Thanks so much.
 
Mathematics news on Phys.org
latecoder said:
I see this all the time, but I just want a simple explanation of what parametric, and nonparametric statistics means!

Thanks so much.

Parametric statistics are based on estimating parameters that are specific to a distribution. For example in the Normal distribution you have your mean and your variance, but with the poisson you only have your rate parameter. These two different distributions have different parameters that mean different things and they are distribution dependent. All these parameters have distributional assumptions.

Non-Parametric statistics does not have specific distributional assumptions. The distribution itself is not specific and is very arbitrary and you can relax the idea of a distribution being say normal (many results in statistics require certain things to be normal or approximately normally distributed) and still use the test, and being confident that the test will give you something meaningful.

As for reasons why, the statistical results that you get from a specific test are meaningless (or less meaningful) if the assumptions are not met, and for parametric tests, the assumptions are usually in the form of some specific underlying distribution. When these are not met, you need to resort to non-parametric methods and if the assumptions are met, (and more importantly you understand these assumptions), then you can make use of your statistics under the context of these assumptions and generate a conclusion of inference that you could not otherwise generate from a non-parametric statistic if it violated underlying assumptions.
 
I'll add that in non-parametric statistics we can have specific distribution assumptions, but indeed it's probably less often.

Also non-parametric may also refer to the fact, that we do not parametrize the structure (which is not always the same as parametrizing the distribution) of our statistical model.

In the context of statistical models, non-parametric may also mean that inorder to make a prediction with our model we usually need the whole training set (or at least the required amount of data is of about the same order as the size of the training set). Consider the example of linear regression vs. localized linear rigression:

In linear regression, you could have some training set and estimate that y = a*x+b. Note that we have assumed a certain structure on the data, and this structure is described with 2 parameter. Now if you want to make an out-of-sample prediction (for some given x), all you need to know are the two parameters (a,b). You can send these 2 numbers to your friend (who doesn't have the original training set), and he can make the same predictions. This is parametric regression.

In localized linear regression, if you want to make an out-of-sample prediciton (say for some x'), you take all points from your training set that have their x-s close to x' and do a (perhaps weighted) linear regression using only those points. You get some parameters (a,b) and use those to output your prediction y. Note that (a,b) will depend on x', i.e. if you want to make a prediction for different x', you will have to take different points from your training set and your (a,b) will likely be different. Unlike the previous example, our assumption about the structure of the data is much weaker: instead of assuming a linear relationship, we only assume that relationship between y and x is only locally linear.
If you want your friend to be able to make prediction, you will have to send him the whole training set, not just a couple of parameters. That's why is non-parametric.
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...

Similar threads

Replies
9
Views
3K
Replies
1
Views
2K
Replies
1
Views
3K
Replies
5
Views
2K
Replies
23
Views
2K
Replies
6
Views
3K
Replies
9
Views
2K
Back
Top