摘要判别分析是可以对样本进行归类的一种统计方法,其在工作生活中的运用很多,这跟回归分析存在许多类似的地方。在确定了分类的前提下判别分析依照研究对象的各种特征值进行统计分析确定其归类,根据规定的准则建立函数,并用收集到的各种资料确定函数的系数,并计算出指标。本文开始我们对判别分析的研究背景和意义进行了简介,接着叙述了判别分析的基本概念及要求,接着阐述了判别分析的数据类型、方法如距离判别法、费希尔判别法和贝叶斯判别法等。最后通过实证对判别分析的R语言实现及应用进行了分析,证明了其在经济活动、天气分类、农业土地划分中有着广泛的应用。78427
毕业论文关键词: 判别分析 ;距离判别法 ;费希尔判别 ;贝叶斯判别;R语言
Abstract The discriminate analysis is a kind of statistical method that distinguishes the type that sample belongs to, it is applied widely which is similar to regression analysis in excellence。Discriminant analysis classified under defined condition,and it according to various characteristic values of a study determining the type of ownership of statistical analysis。Then it establishes discriminant function on the basis of a certain criterion。Also it determines the undetermined coefficients with the study of different data discriminant function and then calculates the index 。In this paper, we introduce the background and significance of discriminate analysis first,and then it tells us the basic concepts and requirements of discriminate analysis。After that we expound the data types and some methods such as discriminate analysis by distance Fisher’s discriminate analysis and Bayes discriminate analysis of discriminate analysis。At last we do some discriminant analysis with some demonstrations of R language and application。It proves that discriminate analysis has been widely used in the economic activities,the classification of climate,agricultural land pision。In our life,we often solve some practical problems by some methods of discriminate analysis。
Keywords :discriminate analysis ;discriminate analysis by distance ;Fisher’s discriminate analysis ;Bayes discriminate analysis;R programming language
目 录
第一章 绪论 8
1。1背景介绍 8
1。2 研究内容及意义 8
第二章 判别分析 10
2。1 判别分析的基本概念 10
2。2 判别分析的要求 11
第三章 判别分析的数据类型及处理方法 12
3。1 判别分析的数据类型 12
3。2 判别分析的处理方法 13
第四章 判别分析的R语言实现及应用实证 19
4。1 R语言简介 19
4。2 Fisher判别的R语言应用实证 19
总结与展望 22
致 谢 23
参考文献 24
第一章 绪论
1。1背景介绍
判别分析可以用来判定样品归类,这种统计方法的应用跟回归分析的广泛程度很相似。判别分析是依据研究对象的各种特征值进行统计分析并确定其归类,但前提是已经确定了分类,在此基础上根据提前规定好的准则建立函数,并用收集到的各种资料确定函数的系数,同时计算出指标。例如,在经济生活里,依照人均民众所得、人均工农业价值量、人均消费服务水准等各种指标来归类某个国家的经济水平;在市场调查时,依据过去调查获得的多项指标论文网,判别下月或下年度产品的畅销程度,销售平平或即将滞销;在探测地质水平方面,通过地底标本的多重属性来分析底层的地质时间,根据岩石的组成来判定此地是有无铜矿或铁矿等;在对油田的考察开采过程中,依据探入地底油井收集得到的数据,分析在地底遇到的是油、水、干层还是油水混合层等。因此在我们现实生活的方方面面都会经常碰到采用判别方法来分析解决的问题。