搜索资源列表
基于线性模型的机器人手眼标定新方法
- 一种基于线性模型的机器人手眼标定新方法
现代统计学与SAS应用
- 本书共分6篇,第1篇统计学基础知识与SAS软件应用技巧,介绍了统计学的基本概念和学习方法、试验设计入门、统计描述、SAS软件应用入门、编写SAS实用程序的技巧、单变量统计分析和利用SAS/GRAPH模块绘制常用统计图的方法。第2篇试验设计与定量资料的统计分析,介绍了与t检验、非参数检验和各种方差分析有关的试验设计和数据处理方法。第3篇试验设计与定性资料的统计分析,介绍了处理二维及高维列联表资料的各种统计分析 方法,包括卡方检验、Fish
03041507
- 在某初教机的线性模型基础上,建立了飞机的纵向和横向传递函数,分析了模型参数的不确定性,通过使用MATLAB中的NCD模块对飞行控制系统及PID控制器等参数进行优化,设计出了飞机的自动驾驶仪高度保持和航向保持模式。这种方法既避免了复杂的计算和编程,又使系统具有较好的稳定,陛、动态性能和鲁棒性,克服了飞机模型参数随着高度和速度的变化(即模型参数存在不确定性)而需要按照多个不同高度和速度的飞行区域设计一系列控制器的缺点-early in a
ADALINE
- 神经网络中神经元线性模型的C语言实现源程序!-Neural network linear model neurons realize the C language source code!
matlab_plane_Nonlinear_Model
- 基于Matlab2007的美军F16战斗机的非线性模型 -Based on the U.S. F16 fighter Matlab2007 the nonlinear model
ch52
- 使用Linmod和dlinmod函数以提取线性模型-Use Linmod and dlinmod function to extract the linear model
leastsquare
- 此代码通过matlab实现最小二乘回归线性模型参数功能-least square
Articulatedvehicle6freedomlinearmodel
- 建立了铰接车六自由度线性模型,用于分析半挂汽车等铰接列车的动力学分析-Six degrees of freedom to establish a linear model articulated truck, trailer and automobile for the analysis of the dynamics of articulated trains
线性回归
- 通过已知数据建立对应模型,找出数据集的最优线性关系来预测或估计需要的因变量。(The corresponding model is established by the known data, and the optimal linear relation of the data set is found to predict or estimate the dependent variable.)
mymodel1
- DP模型的fortran原始代码。可以导入到其他任何平台。(The fortran code of DP model.)
BMS_matlab
- BMS模型,时间序列组合模型,动态线性模型,包括案例,数据,很好上手学习(BMS model, time series combination model, dynamic linear model, including cases, data, very good learning)
2单变量线性回归_配套代码
- 关于机器学习的线性回归模型matlab主程序。(Matlab main program of linear regression model for machine learning.)
线性回归
- 简单的线性回归模型的matlab程序,可修改矩阵的相关数据。(Simple linear regression model)
广义线性模型
- 这种模型是把自变量的线性预测函数当作因变量的估计值(The model takes the linear prediction function of the independent variable as the estimate of dependent variable)
线性优化-对偶问题求解
- 放射治疗射线的线性优化模型的最优的射野强度,并给出剂量分布(画出剂量分布图)。 从原问题的求解中给出对偶问题的最优解。(Solve the linear optimization model of radiation for treatment, calculate the optimal field strength, and give the dose distribution (draw the dose distributio
AR模型MATLAB
- 用于用MATLAB编程线性滤波法模拟风荷载。(Simulation of wind load using linear filtering method)
EXP1
- 通过MATLAB仿真,实现了线性系统,多采样速率下移动机器人的状态估计(Through MATLAB simulation, the state estimation of a mobile robot with linear system and multi sampling rate is realized.)
HLM7StudentSetup
- 软件学习,线性模型,广义线性模型,层次模型学习,统计学内容(Hierarchical linear model in HLM)
第5章线性调频脉冲信号
- 线性调频信号的课件,介绍了基本信号模型,处理方式等等!!!(The courseware of linear frequency modulation signal)
作业1 线性回归
- 用PYTHON语言实现线性回归,一方面,线性回归所能够模拟的关系其实远不止线性关系。线性回归中的“线性”指的是系数的线性,而通过对特征的非线性变换,以及广义线性模型的推广,输出和特征之间的函数关系可以是高度非线性的。另一方面,也是更为重要的一点,线性模型的易解释性使得它在物理学、经济学、商学等领域中占据了难以取代的地位。(Linear regression in PYTHON language)