登录
首页 » matlab » work

work

于 2020-10-07 发布 文件大小:17KB
0 236
下载积分: 1 下载次数: 5

代码说明:

  1) 以身高为例,画出男女生身高的直方图并做对比; 2) 采用最大似然估计方法,求男女生身高以及体重分布的参数; 3) 采用贝叶斯估计方法,求男女生身高以及体重分布的参数(假定方差已知,作业请注明自己选定的一些参数情况); 4) 采用最小错误率贝叶斯决策,画出类别判定的决策面。并判断某样本的身高体重分别为(160,45)时应该属于男生还是女生?为(178,70)时呢?(1) taking height as an example, draw the histogram of male and female students and compare them; 2) the maximum likelihood estimation method was used to calculate the height and weight distribution parameters of male and female students; 3) using Bayesian estimation method to find the parameters of height and weight distribution of male and female students (assuming the variance is known, please indicate some of the parameters selected by the job); 4) using the minimum error rate Bayes decision, draw the decision surface of category decision. And determine the height and weight of a sample respectively (160,45), should belong to the boys or girls? What about (178,70)?)

文件列表:

work.m
work.mat
Data.xls

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • hkbu2005
    介绍了构造均匀设计表的好格子点算法与生成原理,以中心化偏差为均匀性测度,使用MATLAB编写了生成中心化偏差值最小的均匀设计表的计算机通用程序,通过与文献比较,验证了程序的正确性,得到了更多的均匀设计表(The principle and good lattice points designing uniform design table are introduced,the general MATLAB programs for uniform design table are proposed base on searching the minimum of uniform design table s centered L2-discrepancy. The results shows that the programs are right by comparison of the others.)
    2009-06-13 22:10:26下载
    积分:1
  • firfil
    说明:  数字滤波设计,包括有限冲击响应和无限冲击响应滤波器设计(digital filter design, including finite impulse response and infinite impulse response filter design)
    2006-02-15 21:45:13下载
    积分:1
  • xunhuan
    利用qr算法进行机器人位姿正解,建立simulink模型(forward solution of robot)
    2012-03-31 20:32:21下载
    积分:1
  • DOA
    This file compares various low resolution and high resolution direction of arrival algorithms. The low resolution algorithms are bartlett and capon. The high resolution algorithms are Music, PHD.
    2015-03-07 15:32:03下载
    积分:1
  • sparse_test-master
    matlab源码,对稀疏编码算法的实现以及测试,内含详细程序。(The matlab source code, implementation and testing of sparse coding algorithm, containing detailed program.)
    2014-01-04 19:39:03下载
    积分:1
  • mini2
    clear all clc t=0:1/1000:10-1/1000 s=sin(2*pi*t) snr=20 s_power=var(s) varience of s linear_snr=10^(snr/10) factor=sqrt(s_power/linear_snr) noise=randn(1,length(s))*factor x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù x1=noise Ô ë É ùÔ ´ Ê ä È ë x2=noise w1=0 È ¨Ï µ Ê ý ³ õ Ö µ w2=0 e=zeros(1,length(x)) y=0 u=0.05 for i=1:10000 LMSË ã ·¨ y(i)=w1*x1(i)+w2*x2(i) e(i)=x(i)-y(i) w1=w1+u*e(i)*x1(i) w2=w2+u*e(i)*x2(i) end figure(1) subplot(4,1,1)
    2010-10-26 16:41:03下载
    积分:1
  • 用Matlab语言实现线性方组的全主元三角分解法
    说明:  用Matlab语言实现线性方程组的全主元三角分解法.PDF(using Matlab linear equations of all the main yuan triangular decomposition. PDF)
    2005-12-10 20:29:14下载
    积分:1
  • qpsksys
    simulation modulate & demod QPSK
    2011-05-10 12:44:01下载
    积分:1
  • aufgabe3
    matlab simulink Bang–bang control example
    2014-09-02 00:57:59下载
    积分:1
  • pro3
    合成孔径雷达 点目标成像算法 实验室新生学习用事例程序matlab(Synthetic aperture radar point target imaging algorithm Laboratory newborn matlab learning examples of procedures)
    2013-04-24 11:34:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载