当前位置:网站首页>Based on R language geographic weighted regression, principal component analysis, discriminant analysis and other spatial heterogeneity data analysis
Based on R language geographic weighted regression, principal component analysis, discriminant analysis and other spatial heterogeneity data analysis
2022-07-30 07:08:00 【WangYan2022】
In the field of natural and social sciences, there is a large amount of data related to geography or space. This type of data generally has serious spatial heterogeneity, and the usual statistical methods cannot deal with the spatial heterogeneity.data is powerless.
A series of methods based on geographically weighted regression: classical geographically weighted regression, semi-parametric geographically weighted regression, multi-scale geographically weighted regression, geographically weighted principal component analysis, geographically weighted discriminant analysis are effective models for dealing with such data.
Starting from the local weighted regression, the R language-based spatial heterogeneity data analysis method is described in detail.

[Features]:
1. Explaining the principles in simple language;
2. Explaining techniques and methods, providing all case data and codes;
3. Combining with project casesExplain the implementation method and connect with the actual work application;
4. Follow the school to operate on the computer, complete the case operation exercise independently, and track and analyze the whole process;
5. The exclusive student group assists in consolidating learning and practical work application communication, withoutOnline Q&A is held regularly.
Topic 1: Descriptive Statistics under Geographically Weighted Regression
1. A brief review of R language operations
2. Basic Principles of Local Weighting
3. Bandwidth and Kernel Function Selection
4. Mean, Standard Deviation and Correlation Coefficient of Local Weighting
5. Quantile and Robust Estimation Based on Quantile
br>

Topic 2: Geographically Weighted Principal Component Analysis
1. Ordinary principal component analysis, factor loadings and factor scoresAnalysis
2. Selection of the number of principal components, gravel map
3. Geographically weighted principal component analysis
4. Spatial loading of principal components
5. Spatial dominant factor analysis
Topic 3: Geographically Weighted Regression
1. Linear Regression: Gauss-Markov Assumption
2.Geographically Weighted Regression: Basic and Robust Methods, Outlier Tests
3. Bandwidth Selection: Modified Akaike Information Method
4. Coefficient Tests: F1, F2, F3 Tests
5. Spatial StabilityTest: Monte Carlo Methods
6. Collinearity and Variable Selection: Ridge Regression and Lasso Regression in Geographically Weighted Regression
7. Geographically Weighted Regression in Space and Time: GTWR 8. Geographically Weighted Regression in QGIS
Topic 4: Advanced Regression and Beyond Regression
1. Multiscale Geographically Weighted Regression: Variable BandwidthChoice
2. Heteroskedastic Models
3. Generalized Geographically Weighted Regression: Link Function, Poisson Regression and Binomial Regression
4. Spatial Weight Matrix and Semiparametric Geographically Weighted Regression
5. PointsNumerical Regression and Geographically Weighted Quantile Regression
6. Discriminant Analysis and Geographically Weighted Discriminant Analysis
More Recommendations
●【Tutorial】R Language Quantile Regression
●【Tutorial】RAnalysis and Application of Language Structural Equation Modeling
●【Tutorial】Practical Technical Application of Bayesian Network Model Based on R Language
●【Tutorial】Practical Technical Application of Modern Bayesian Statistical Method Based on R Language
●[Tutorial] Modern Bayesian statistical methods based on R language (Bayesian parameter estimation, Bayesian regression, Bayesian calculation)
●[Tutorial] R language data statistical analysis and ggplot2 advanced drawing practice application
●[Tutorial] Copula Variable Correlation Analysis and Application Based on R Language
●[Tutorial] Extreme Value Statistics Based on R Language and Its Practical Technical Application in Related Fields
●[Tutorial]R language mixed effect (multi-level nested) model technology application and mixed effect model Bayesian implementation method
●【Tutorial】Meta analysis based on R language [full process, uncertainty analysis] method and Meta machineLearning
●【Tutorial】Based on R language Meta analysis method and advanced practical technology application
边栏推荐
- Detailed explanation of regular expression syntax and practical examples
- 七、Kotlin基础学习:1、创建类;2、构造函数;3、继承;4、封装;5、抽象类;6、接口;7、嵌套类;8、内部类;9、枚举类
- 为什么会出现梯度爆炸和梯度消失现象?怎么缓解这种现象的发生?
- Detailed introduction to the usage of Nacos configuration center
- 建造者模式(Swift 实现)
- 21. Kotlin Advanced Learning: Implementing Simple Network Access Encapsulation
- 什么是过拟合、欠拟合现象以及如何缓解?
- Obtain geographic location and coordinates according to ip address (offline method)
- Function 函数式接口及应用
- Pytorch(二):数据读取机制(DataLoader、DataSet)与图像预处理模块(transforms)
猜你喜欢
随机推荐
基于遥感解译与GIS技术环境影响评价图件制作(最新导则)
十三、Kotlin进阶学习:内联函数let、also、with、run、apply的用法。
Student management system
TDengineGUI无法连接TDengine
十八、Kotlin进阶学习:1、挂起函数执行的顺序;2、使用 async 和 await 异步执行挂起函数;3、协程的调度器;4、父子协程;
"MySQL Advanced Chapter" four, the storage structure of the index
MySQL data types and footprint
Student achievement management system (C language version)
R语言 生态环境领域应用
SQL Server安装教程
配置MMdetection环境并训练
十五、Kotlin进阶学习:一、子类与子类型;二、协变;三、逆变;
《MySQL高级篇》四、索引的存储结构
单例模式:Swift 实现
Jdbc & Mysql timeout分析
Kaggle-M5
MySQL - Multi-table query and case detailed explanation
MySQL 特殊语句及优化器
十二、Kotlin进阶学习:一、Lambda 表达式;二、高阶函数;
Conda 安装 tensorflow gpu 1.13.1(验证可行)








