Kernel Regression

In statistics, kernel regression is a non-parametric technique to estimate the conditional expectation of a random variable.

The objective is to find a non-linear relation between a pair of random variables X and Y.

In any nonparametric regression, the conditional expectation of a variable relative to a variable may be written:

where is an unknown function.

Nadaraya–Watson kernel regression

Nadaraya and Watson, both in 1964, proposed to estimate Kernel Regression  as a locally weighted average, using a kernel as a weighting function. The Nadaraya–Watson estimator is:

    Kernel Regression 

where Kernel Regression  is a kernel with a bandwidth Kernel Regression  such that Kernel Regression  is of order at least 1, that is Kernel Regression .

Derivation

Starting with the definition of conditional expectation,

    Kernel Regression 

we estimate the joint distributions f(x,y) and f(x) using kernel density estimation with a kernel K:

    Kernel Regression 
    Kernel Regression 

We get:

    Kernel Regression 

which is the Nadaraya–Watson estimator.

Priestley–Chao kernel estimator

    Kernel Regression 

where Kernel Regression  is the bandwidth (or smoothing parameter).

Gasser–Müller kernel estimator

    Kernel Regression 

where Kernel Regression 

Example

Kernel Regression 
Estimated regression function.

This example is based upon Canadian cross-section wage data consisting of a random sample taken from the 1971 Canadian Census Public Use Tapes for male individuals having common education (grade 13). There are 205 observations in total.[citation needed]

The figure to the right shows the estimated regression function using a second order Gaussian kernel along with asymptotic variability bounds.

Script for example

The following commands of the R programming language use the npreg() function to deliver optimal smoothing and to create the figure given above. These commands can be entered at the command prompt via cut and paste.

install.packages("np") library(np) # non parametric library data(cps71) attach(cps71)  m <- npreg(logwage~age)  plot(m, plot.errors.method="asymptotic",      plot.errors.style="band",      ylim=c(11, 15.2))  points(age, logwage, cex=.25) detach(cps71) 

According to David Salsburg, the algorithms used in kernel regression were independently developed and used in fuzzy systems: "Coming up with almost exactly the same computer algorithm, fuzzy systems and kernel density-based regressions appear to have been developed completely independently of one another."

Statistical implementation

See also

References

Further reading

Tags:

Kernel Regression Nadaraya–Watson kernel regressionKernel Regression Priestley–Chao kernel estimatorKernel Regression Gasser–Müller kernel estimator[4]Kernel Regression ExampleKernel Regression RelatedKernel Regression Statistical implementationKernel Regression Further readingKernel RegressionConditional expectationNon-parametricRandom variableStatistics

🔥 Trending searches on Wiki English:

Cordarrelle PattersonGhostbustersRoman EmpireRobloxMichaela Jaé RodriguezRoyal Challengers BangaloreRichard NixonIslamic State – Khorasan ProvinceList of Marvel Cinematic Universe filmsIndiaSex positionTrue Detective (season 4)RedditAndrew TateIndonesia national football teamNirmala SitharamanVideoShohei OhtaniBlessyDark webVietnam WarGiancarlo EspositoJohn CenaGriselda BlancoPaul SimonSoviet UnionSameer RizviCorfuJake GyllenhaalBharatiya Janata PartyJimmy CarterTim DavidLarry PageJustin BieberUEFA Euro 2024 qualifyingPriyanka ChopraSolar eclipseKeke Palmer2024 Senegalese presidential electionPat KelseyRuth KearneyDaphne du MaurierJulia RobertsNicole ShanahanBen AffleckEmily BluntZendayaUnited KingdomAriana GrandeKalanithi MaranGujarat TitansThe Menu (2022 film)Taapsee PannuList of James Bond filmsJohn F. KennedyAkira ToriyamaMathias BoeU.S. state2024 in filmEnglandThe Bear (TV series)AaliyahKYURParakala PrabhakarJordan CameronNeatsville, KentuckyVon Erich familyRobert F. Kennedy2022 FIFA World CupBrandon ScottTeri Baaton Mein Aisa Uljha JiyaSnapchatBritney SpearsMia KhalifaChatGPTR. KellyKeanu ReevesLeonardo DiCaprio🡆 More