利用MICE填补方法和统计填补Statistical对缺失数据进行填补(包含数据集),并在数值数据的MSE和RMSE以及分类数据的准确性 Accuracy方面对两者进行评估,完整内容可以参考文章:https://blog.csdn.net/didi_ya/article/details/125168248
2024-04-22 16:29:22 196KB python mice
1
Bayesian Statistical Modeling with Stan, R, and Python.pdf
2023-09-27 21:35:31 9.63MB python stan Bayesian R
1
Focusing on high-dimensional applications, this 4th edition presents the tools and concepts used in multivariate data analysis in a style that is also accessible for non-mathematicians and practitioners. It surveys the basic principles and emphasizes both exploratory and inferential statistics; a new chapter on Variable Selection (Lasso, SCAD and Elastic Net) has also been added. All chapters include practical exercises that highlight applications in different multivariate data analysis fields: in quantitative financial studies, where the joint dynamics of assets are observed; in medicine, where recorded observations of subjects in different locations form the basis for reliable diagnoses and medication; and in quantitative marketing, where consumers’ preferences are collected in order to construct models of consumer behavior. All of these examples involve high to ultra-high dimensions and represent a number of major fields in big data analysis. The fourth edition of this book on Applied Multivariate Statistical Analysis offers the following new features: A new chapter on Variable Selection (Lasso, SCAD and Elastic Net) All exercises are supplemented by R and MATLAB code that can be found on www.quantlet.de. The practical exercises include solutions that can be found in Härdle, W. and Hlavka, Z., Multivariate Statistics: Exercises and Solutions. Springer Verlag, Heidelberg. Table of Contents Part I Descriptive Techniques Chapter 1 Comparison of Batches Part II Multivariate Random Variables Chapter 2 A Short Excursion into Matrix Algebra Chapter 3 Moving to Higher Dimensions Chapter 4 Multivariate Distributions Chapter 5 Theory of the Multinormal Chapter 6 Theory of Estimation Chapter 7 Hypothesis Testing Part III Multivariate Techniques Chapter 8 Regression Models Chapter 9 Variable Selection Chapter 10 Decomposition of Data Matrices by Factors Chapter 11 Principal Components Analysis Chapter 12 Factor Analysis Chapter 13 Cluster Analysis Chapter 14 Discriminant Analysis Chapter 15 Correspondence Analysis Chapter 16 Canonical Correlation Analysis Chapter 17 Multidimensional Scaling Chapter 18 Conjoint Measurement Analysis Chapter 19 Applications in Finance Chapter 20 Computationally Intensive Techniques Part IV Appendix Chapter 21 Symbols and Notations Chapter 22 Data
2023-09-18 20:12:47 11.83MB Multivariate Data Analysis
1
The Elements of Statistical Learning 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2023-02-27 10:00:14 7.91MB ESL Deep Learnin
1
中科院机器学习课程的推荐教材,中文名统计学完全教程
2023-02-25 18:07:58 5.62MB 统计学完全教程 英文版
1
Machine Learning, Neural and Statistical Classification
2023-02-09 21:59:58 1.7MB Machine Learning
1
Statistical foundations of machine learning
2023-01-26 21:11:54 2.18MB Statistical foundations of machine
1
Pingouin是一个用Python 3编写的开源统计软件包,主要基于Pandas和NumPy。 下面列出了它的一些主要功能。 有关可用功能的完整列表,请参阅。 方差分析:N向,重复测量,混合,重复 成对事后检验(参数和非参数)和成对相关 稳健,部分,距离和重复测量的相关性 线性/逻辑回归和中介分析 贝叶斯因素 多元测试 可靠性和一致性 效果大小和功率分析 围绕效应大小或相关系数的参数/自举置信区间 循环统计 卡方检验 绘图:Bland-Altman图,QQ图,配对图,稳健的相关性... Pingouin是为需要简单但详尽的统计功能的用户而设计的。 例如,SciPy的ttest_ind函数仅返回T值和p值。 相比之下,Pingouin的ttest函数返回T值,p值,自由度,效应大小(Cohen d),均值之差的95%置信区间,统计功效和贝叶斯因子(BF10)的测试。 文献资料 聊天
1
2.3机械臂动力学控制方法 2.3.1确定性机械臂动力学控制方法 机械臂的动力学控制问题的主要研究内容为设计合适的控制器,控制各关节的驱动力矩, 驱动机械臂在期望的轨迹上运动,使各关节的位移、速度、加速度跟踪上相应的期望值。确 定性机械臂是指不受外扰、建模精确的机械臂,这类机械臂在工程实践中极少,是理想化的 机械臂,一般的机械臂都会带有不确定性,但对确定性机械臂的控制是研究一般机械臂的控 制方法的基础。对确定性机械臂研究得足够透彻才能更好地研究不确定性机械臂。作为一个 应用广泛的机械系统,机械臂的控制方法有很多种。常用的方法包括以下这几种。 PD控制‘6,7,27]:工程实践上PID控制是应用最广泛的一种控制方法,机械臂的控制中常 常使用到PD控制器。PD控制器结构简单、算法容易实现。对具有精确模型的系统控制具有 非常好的控制品质。对于系统结构、参数没有精确建模的系统,可以通过现场调试来确定控 制器参数,提供良好的品质,并且调试方法简单直观。对于具有时变的不确定性系统,PD控 制器的效果不太理想,对系统运行中出现的变化适应能力不强。 Backstepping控制‘17,2邑291:Backstepping控制的思想是把复杂的系统分解为不超过系统阶 数的多个简单的子系统,为每个子系统设计李雅普诺夫函数和虚拟控制量,逐个子系统反推, 直到最后一个子系统时完成控制器的设计。这是对复杂系统的~种简化处理方法。 Backstepping控制的每步反推中设计的李雅普诺夫函数都需要求导,而且后一个子系统的李 雅普诺夫函数会包含前一个子系统的李雅普诺夫函数,因而多次反推后会出现很多代数项, 计算量会随着系统阶数的增加而快速增加。 其他基于模型的控制:当可以获取精确模型时,系统的动态特性可以由动力学方程来描 述。可以采用基于数学模型的控制方法,如补偿控制、最优控制、非线性反馈控制等。但这 类方法只适合于理想化的确定性机械臂,难以应用到带不确定性的一般机械臂上。 这些方法往往应用于对理想模型的研究,在面对具有不确定性的实际机械臂系统时,控 制品质难以得到保证。但是这些基本的控制方法,可以作为不确定性机械臂研究的基础。通 过引入自适应、鲁棒控制等思想,这些方法可以扩展到不确定性机械臂的应用上。 2.3.2不确定性机械臂动力学控制方法 在实际的工程应用中,影响机械系统工作的因素非常多,要考虑所有因素而获取机械臂 的精确数学模型是不可能的。在建模时必须做出一定的假设,忽略一些影响较小的、难以建 模的因素,才能建立出在一定精度范围内能描述实际系统的近似模型。实际应用中的机械臂 都是带有不确定性的。这些不确定性包括一些参数的不确定性,如连杆的质量、长度、质心 之类的物理量难以精确测量,只能部分已知或未知,也包括一些非参数的因素,如高频未建 模动态、摩擦力等。另外机械臂也不可避免地受到外部扰动的影响,更由于机械臂负载的不 确定性,导致机械臂系统具有较强的不确定性。结构或参数的不确定性和外部扰动会使控制 效果受到不同程度的影响,严重时会导致机械臂系统不稳定。因此,对机械臂控制方法的研 12
2022-12-07 16:16:26 3.47MB 视觉
1
房屋价格分析 语境 房价受许多因素影响,包括平方英尺,材料的表面光洁度以及附近地区等。 目的是确定哪些因素对房屋的最终销售价格影响最大。 统计分析对于确定哪些因素更具影响力至关重要。 数据集 该数据集适用于爱荷华州埃姆斯市。 它是从Kaggle检索得到的,包含79列,包含1,460个观测值。
1