搜索资源列表

  1. wave_cov

    0下载:
  2. A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code comput
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:38711
    • 提供者:yupenghui
  1. ppca

    0下载:
  2. Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the principal % component subspace U of dimension PPCA_DIM using a centred covariance matrix X. The variable VAR contains the
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1268
    • 提供者:西晃云
  1. szpGauss

    0下载:
  2. 用C++实现的高斯混合模型的算法类,方差矩阵是对角矩阵-C++ Gaussian mixture model algorithm category, variance matrix is diagonal matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-28
    • 文件大小:4096
    • 提供者:方平
  1. wave_cov

    0下载:
  2. A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code comput
  3. 所属分类:其他小程序

    • 发布日期:2024-05-28
    • 文件大小:37888
    • 提供者:yupenghui
  1. ppca

    0下载:
  2. Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the principal % component subspace U of dimension PPCA_DIM using a centred covariance matrix X. The variable VAR contains the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-28
    • 文件大小:1024
    • 提供者:西晃云
  1. EnsembleKalman_filter

    2下载:
  2. 集合卡尔曼滤波(EnKF) 数据同化方法可以避免了EKF 中协方差演变方程预报过程中出现的计算不准确和关于协方差矩阵的大量数据的存储问题,最主要的是可以有效的控制估计误差方差的增长,改善预报的效果。-Ensemble Kalman Filter (EnKF) data assimilation methods can be avoided in the EKF covariance forecasting the evolution e
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-28
    • 文件大小:5144576
    • 提供者:胡军
  1. rsvd

    0下载:
  2. 基于GM算法和QR分解实现的稳健奇异值分解算法,通过该算法可以获取一个数居阵的稳健方差-协方差阵。在该稳健方差-协方差阵上可以进行诸如,稳健主成份分解、稳健聚类、稳健因子分析等操作。-GM based on QR decomposition algorithm and the realization of the stability of singular value decomposition algorithm, the algor
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-28
    • 文件大小:205824
    • 提供者:徐林林
  1. source

    0下载:
  2. 使用INTEL矢量统计类库的程序,包括以下功能:  Raw and central moments up to 4th order  Kurtosis and Skewness  Variation Coefficient  Quantiles and Order Statistics  Minimum and Maximum ɨ
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-28
    • 文件大小:114688
    • 提供者:mktresearch
  1. maximum_likelihood_classification

    0下载:
  2. 经典的最大似然法分类法的C语言实现,有助于深入了解遥感分类原理。-This program implements the maximum likelihood classification procedure. ouput:1.classified image, and 2. probability file. Note: For constructong variance-covariance matrix must be gen
  3. 所属分类:OpenGL

    • 发布日期:2024-05-28
    • 文件大小:4096
    • 提供者:李会利
  1. DataProcess

    0下载:
  2. 单片机基本数据处理常用函数,主要处理对于AD采集的数据的处理操作。 函数的操作单位大多为数组。 包含浮点求和、平方和、均值、方差、协方差、自相关函数、正弦信号产生、白噪声产生、数据类型转换等功能。-SCM basic data processing commonly used functions, dealing mainly with the data collected for the AD processing opera
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-28
    • 文件大小:36864
    • 提供者:icemoon1987
  1. CMatarySRC

    0下载:
  2. 一个简单的数理统计系统,实现了矩阵的方差,协方差,概率统计等运算,包含说明文件的。-A simple system of mathematical statistics to achieve a matrix of variance, covariance, probability and statistics and other operations, including documentation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-28
    • 文件大小:878592
    • 提供者:杜帆
  1. fangchaxiefangcha

    0下载:
  2. 方差,协方差,通俗讲义,很容易理解,希望对大家有帮助-Variance, covariance, popular lectures, it is easy to understand
  3. 所属分类:软件工程

    • 发布日期:2024-05-28
    • 文件大小:14336
    • 提供者:杨永超
  1. Minimum-Bayes-classifier-error-rate

    0下载:
  2. 这是模式识别中最小错误率Bayes分类器设计方案。 自行完善了在不同先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。 全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。 调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句,求得协方差矩
  3. 所属分类:matlab例程

    • 发布日期:2024-05-28
    • 文件大小:4096
    • 提供者:崔杉
  1. Minimum-Risk-Bayes-classifier

    0下载:
  2. 这是模式识别中最小风险Bayes分类器的设计方案。在参考例程的情况下,自行完善了在一定先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。 全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。 调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句
  3. 所属分类:matlab例程

    • 发布日期:2024-05-28
    • 文件大小:4096
    • 提供者:崔杉
  1. cokrige.m

    0下载:
  2. CO-KRIGING WITH RANDOM METHOD. 随机结合克里金方法。在地学中有很大的应用潜力,比如建模及矿物分布估计。-a variant of cokriging, in which the mean values of the vector components are related by linear combinations with known coefficients. Equations for the c
  3. 所属分类:matlab例程

    • 发布日期:2024-05-28
    • 文件大小:6144
    • 提供者:张开
  1. Digital-Image-Processing

    0下载:
  2. C#编写,实现基本图像处理功能,包括计算均值、方差、协方差、相关系数、熵等,以及IHS变换、逆变换、直方图均衡、IHS融合、Brovey融合、Fourier变换、逆变换、各种植被指数计算等-Written in C#, basic image processing functions, including the calculation of the mean, variance, covariance, correlation coe
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-28
    • 文件大小:10214400
    • 提供者:鲁宇航
  1. maximum_likelihood_classification

    0下载:
  2. 经典的最大似然法分类法的C语言实现,有助于深入了解遥感分类原理。-This program implements the maximum likelihood classification procedure. ouput:1.classified image, and 2. probability file.Note: For constructong variance-covariance matrix must be generi
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-28
    • 文件大小:3072
    • 提供者:whicme
  1. power-flow

    0下载:
  2. 电网内的多个风电场风速往往因为其地理位置的远近而有着不同程度的相关性,采用Nataf 逆变换技术即可建立不同风电场之间具有相关性的风速分布样本空间,进而得到具有相关性的风 电场出力。在仿真过程中考虑风速的不确定性,将每个风电场出力视为一个负的满足威布尔随机 分布的负荷,根据历史数据,用方差—协方差矩阵描述不同风电场相关系数,建立最优潮流模型。 最后,在风电接入改进IEEE 30及IEEE 118节点系统中应用蒙特卡洛仿真
  3. 所属分类:其他小程序

    • 发布日期:2024-05-28
    • 文件大小:510976
    • 提供者:mzx
  1. A_subspace_algorithm

    0下载:
  2. 子空间算法是一种基于矩阵特征空间分解的方法,信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成噪声子空间则由协方差矩阵中所有最小特征值噪声方差对应的特征向量组成。子空间算法就是利用这两个互补空间之间的正交特性来估计空间信号的方位-Subspace algorithms is minimized by the corresponding eigenvalues ​ ​ of all the noise v
  3. 所属分类:Audio

    • 发布日期:2024-05-28
    • 文件大小:289792
    • 提供者:袁文忆
  1. MyIndex

    1下载:
  2. matlab求解峭度值,峰峰值,方差,均方差,协方差,裕度等统计学特征-Matlab solution of kurtosis, peak peak value, variance, variance, covariance, margin and other statistical characteristics
  3. 所属分类:软件工程

    • 发布日期:2024-05-28
    • 文件大小:1024
    • 提供者:冉大洋
« 12 3 »

源码中国 www.ymcn.org