Smooth morphism: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>TakuyaMurata
en>TakuyaMurata
m simplify
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''Discriminant function analysis''' is a statistical analysis to predict a [[categorical variable|categorical]] [[dependent variable|dependent]] [[Variable (mathematics)#Applied statistics|variable]] (called a grouping variable) by one or more [[continuous variable|continuous]] or [[Binary variable|binary]] [[independent variable|independent]] variables (called predictor variables). The original dichotomous discriminant analysis was developed by Sir Ronald Fisher in 1936.<ref name="cohen">Cohen et al. Applied Multiple Regression/Correlation Analysis for the Behavioural Sciences 3rd ed. (2003). Taylor & Francis Group.</ref> It is different from an [[ANOVA]] or [[MANOVA]], which is used to predict one (ANOVA) or multiple (MANOVA) continuous dependent variables by one or more independent categorical variables. Discriminant function analysis is useful in determining whether a set of variables is effective in predicting category membership.<ref name="green">Green, S.B. Salkind, N. J. & Akey, T. M. (2008). Using SPSS for Windows and Macintosh: Analyzing and understanding data. New Jersey: Prentice Hall.</ref>
Hi there, I am Alyson Boon even though it is not the title on my birth certificate. Her family members lives in Alaska but her spouse wants them to transfer. I am currently a travel agent. The favorite hobby for him and his children is to perform lacross and he would never give it up.<br><br>Feel free to surf to my blog ... online psychic reading [[http://www.january-yjm.com/xe/index.php?mid=video&document_srl=158289 www.january-yjm.com]]
 
Discriminant analysis is used when groups are known a priori (unlike in [[cluster analysis]]). Each case must have a score on one or more quantitative predictor measures, and a score on a group measure.<ref name="buy">BÖKEOĞLU ÇOKLUK, Ö, & BÜYÜKÖZTÜRK, Ş. (2008). Discriminant function analysis: Concept and application. Eğitim araştırmaları dergisi, (33), 73-92.</ref> In simple terms, discriminant function analysis is classification - the act of distributing things into groups, classes or categories of the same type.
 
Moreover, it is a useful follow-up procedure to a MANOVA instead of doing a series of one-way ANOVAs, for ascertaining how the groups differ on the composite of dependent variables. In this case, a significant F test allows classification based on a linear combination of predictor variables. Terminology can get confusing here, as in MANOVA, the dependent variables are the predictor variables, and the independent variables are the grouping variables.<ref name="green"/>
 
==Assumptions==
 
The assumptions of discriminant analysis are the same as those for MANOVA. The analysis is quite sensitive to outliers and the size of the smallest group must be larger than the number of predictor variables.<ref name="buy"/>
 
*[[Multivariate normal distribution|Multivariate normality]]: Independent variables are normal for each level of the grouping variable.<ref name="green"/><ref name="buy"/>
 
*Homogeneity of variance/covariance ([[homoscedasticity]]): Variances among group variables are the same across levels of predictors. Can be tested with Box's M statistic.<ref name="green"/>{{page needed|date=April 2012}} It has been suggested, however, that [[linear discriminant analysis]] be used when covariances are equal, and that [[quadratic classifier#Quadratic discriminant analysis|quadratic discriminant analysis]] may be used when covariances are not equal.<ref name="buy"/>
 
*[[Multicollinearity]]: Predictive power can decrease with an increased correlation between predictor variables.<ref name="buy"/>
 
*[[statistical independence|Independence]]: Participants are assumed to be randomly sampled, and a participant’s score on one variable is assumed to be independent of scores on that variable for all other participants.<ref name="green"/><ref name="buy"/>
 
It has been suggested that discriminant analysis is relatively robust to slight violations of these assumptions,<ref>Lachenbruch, P. A. (1975). ''Discriminant analysis''. NY: Hafner</ref> and it has also been shown that discriminant analysis may still be reliable when using dichotomous variables (where multivariate normality is often violated).<ref>Klecka, William R. (1980). ''Discriminant analysis''. Quantitative Applications in the Social Sciences Series, No. 19. Thousand Oaks, CA: Sage Publications.</ref>
 
==Discriminant functions==
 
Discriminant analysis works by creating one or more linear combinations of predictors, creating a new [[latent variable]] for each function. These functions are called discriminant functions. The number of functions possible is either ''Ng''-1 where ''Ng'' = number of groups, or ''p'' (the number of predictors), whichever is smaller. The first function created maximizes the differences between groups on that function. The second function maximizes differences on that function, but also must not be correlated with the previous function. This continues with subsequent functions with the requirement that the new function not be correlated with any of the previous functions.
 
Given group <math>j</math>, with  <math>\mathbb{R}_j</math>  sets of sample space, there is a discriminant rule such that if <math>x \in\mathbb{R}_j</math>, then <math>x\in j</math>. Discriminant analysis then, finds “good” regions of  <math>\mathbb{R}_j</math> to minimize classification error, therefore leading to a high percent correct classified in the classification table.Hardle, W., Simar, L. (2007). ''Applied Multivariate Statistical Analysis''. Springer Berlin Heidelberg. pp. 289-303.
 
Each function is given a discriminant score to determine how well it predicts group placement.  
*Structure Correlation Coefficients: The correlation between each predictor and the discriminant score of each function. This is a whole{{clarify|date=April 2012}} correlation.Garson, G. D. (2008). Discriminant function analysis. http://www2.chass.ncsu.edu/garson/pa765/discrim.htm .
*Standardized Coefficients: Each predictor’s unique contribution to each function, therefore this is a [[partial correlation]]. Indicates the relative importance of each predictor in predicting group assignment from each function.
*Functions at Group Centroids: Mean discriminant scores for each grouping variable are given for each function. The farther apart the means are, the less error there will be in classification.
 
==Discrimination rules==
 
*[[Maximum likelihood]]: Assigns x to the group that maximizes population (group) density.<ref name="har">Hardle, W., Simar, L. (2007). ''Applied Multivariate Statistical Analysis''. Springer Berlin Heidelberg. pp. 289-303.</ref>
*Bayes Discriminant Rule: Assigns x to the group that maximizes <math>\pi_i f_i(x)</math>, where <math>f_i(x)</math> represents the [[prior probability]] of that classification, and ''π<sub>i</sub>'' represents the population density.<ref name="har"/>
*[[Linear Discriminant Analysis|Fisher’s linear discriminant rule]]: Maximizes the ratio between ''SS''<sub>between</sub> and ''SS''<sub>within</sub> , and finds a linear combination of the predictors to predict group.<ref name="har"/>
 
==Eigenvalues==
 
An [[eigenvalues and eigenvectors|eigenvalue]] in discriminant analysis is the characteristic root of each function.{{clarify|date=April 2012}} It is an indication of how well that function differentiates the groups, where the larger the eigenvalue, the better the function differentiates.<ref name="buy"/> This however, should be interpreted with caution, as eigenvalues have no upper limit.<ref name="green"/><ref name="buy"/>
The eigenvalue can be viewed as a ratio of ''SS''<sub>between</sub> and ''SS''<sub>within</sub> as in ANOVA when the dependent variable is the discriminant function, and the groups are the levels of the IV{{clarify|date=April 2012}}.<ref name="green"/> This means that the largest eigenvalue is associated with the first function, the second largest with the second, etc..
 
==Effect size==
 
Some suggest the use of eigenvalues as [[effect size]] measures, however, this is generally not supported.<ref name="green"/> Instead, the [[canonical correlation]] is the preferred measure of effect size. It is similar to the eigenvalue, but is the square root of the ratio of ''SS''<sub>between</sub> and ''SS''<sub>total</sub>. It is the correlation between groups and the function.<ref name="green"/>
Another popular measure of effect size is the percent of variance{{clarify|date=April 2012}} for each function. This is calculated by: (''λ<sub>x</sub>/Σλ<sub>i</sub>'') X 100 where ''λ<sub>x</sub>'' is the eigenvalue for the function and Σ''λ<sub>i</sub>'' is the sum of all eigenvalues. This tells us how strong the prediction is for that particular function compared to the others.<ref name="green"/>
Percent correctly classified can also be analyzed as an effect size. The kappa value{{clarify|date=April 2012}} can describe this while correcting for chance agreement.<ref name="green"/>
 
==Variations==
 
*[[Linear Discriminant Analysis#Multiclass LDA|Multiple discriminant analysis (MDA)]]: related to MANOVA. Has more than two groups, and uses multiple dummy variables.<ref name="garson">Garson, G. D. (2008). Discriminant function analysis. http://www2.chass.ncsu.edu/garson/pa765/discrim.htm .</ref>
*Sequential discriminant analysis: assesses the importance of a set of IVs over and above a set of controls. In this case, the controls are entered first, and then the IVs.<ref name="garson"/>
*Stepwise discriminant analysis: Selects the most correlated predictor first, removes that variance in the grouping variable then adds the next most correlated and continues until the change in canonical correlation is not significant. Of course, both forward and backward stepwise procedures may be performed.<ref name="garson"/>
 
==Comparison to logistic regression==
 
Discriminant function analysis is very similar to [[logistic regression]], and both can be used to answer the same research questions.<ref name="green"/> Logistic regression does not have as many assumptions and restrictions as discriminant analysis. However, when discriminant analysis’ assumptions are met, it is more powerful than logistic regression.{{citation needed|date=April 2012}} Unlike logistic regression, discriminant analysis can be used with small sample sizes. It has been shown that when sample sizes are equal, and homogeneity of variance/covariance holds, discriminant analysis is more accurate.<ref name="buy"/> With all this being considered, logistic regression is the common choice nowadays, since the assumptions of discriminant analysis are rarely met.<ref name="cohen"/><ref name="buy"/>
 
==See also==
{{wikiversity}}
*[[Statistical classification]]
*[[Linear discriminant analysis]]
*[[Multiple discriminant analysis]]
 
==References==
 
{{Reflist}}
 
==External links==
* [http://www2.chass.ncsu.edu/garson/pa765/discrim.htm Course notes, Discriminant function analysis by G. David Garson, NC State University]
* [http://www.psychstat.missouristate.edu/multibook/mlt03m.html Course notes, Discriminant function analysis by David W. Stockburger, Missouri State University]
* [http://userwww.sfsu.edu/~efc/classes/biol710/discrim/discrim.pdf Discriminant function analysis (DA) by John Poulsen and Aaron French, San Francisco State University]
 
[[Category:Multivariate statistics]]
[[Category:Statistical classification]]

Latest revision as of 12:53, 10 June 2014

Hi there, I am Alyson Boon even though it is not the title on my birth certificate. Her family members lives in Alaska but her spouse wants them to transfer. I am currently a travel agent. The favorite hobby for him and his children is to perform lacross and he would never give it up.

Feel free to surf to my blog ... online psychic reading [www.january-yjm.com]