密码生成器
password crack
密码生成器及密码破解器的一个开源项目。
混沌发生器
Chaotic Generator
该混沌发生器用Matlab编写,可以生成多种混沌模型。
Matlab希尔伯特曲线
Hilbert curve
Matlab语言编写的希尔伯特曲线、分形相关程序。
正交矩阵的投影
projection of orthogonal matrix
正交矩阵是实数特殊化的矩阵,因此总是正规矩阵。尽管我们在这里只考虑实数矩阵,这个定义可用于其元素来自任何域的矩阵。正交矩阵毕竟是从内积自然引出的,对于复数的矩阵这导致了归一要求。
计算矩阵的特征值源代码
Finding the Eigenvalues of a Matrix
这个程序实现了计算矩阵特征值,包括最大的和最小的。
The program shows how one can find extremal eigenvalues (the largest and the smallest) as well as the eigenvalue nearest to some target value.
检查分布的函数,可实现对元素的检测
Check Distribution
该函数实现对矢量或矩阵中特殊元素的检查。
Function to check distribution of unique elements in a vector or matrix.
多元高斯分布计算
Multivariate Gaussian Distribution
该程序实现多元高斯分布计算。
高斯分布,也称正态分布,又称常态分布。对于随机变量X,其概率密度函数如图所示。称其分布为高斯分布或正态分布,记为N(μ,σ2),其中为分布的参数,分别为高斯分布的期望和方差。当有确定值时,p(x)也就确定了,特别当μ=0,σ2=1时,X的分布为标准正态分布。μ正态分布最早由棣莫佛于1730年在求二项分布的渐近公式时得到;后拉普拉斯于1812年研究极限定理时也被引入;
计算wigner分布
Calculate Wigner distribution
该程序是计算二维wigner分布的复杂函数
Calculates the 2D Wigner distribution of a complex function.
带错误包的信道模型
Model of the channel with the packaged errors
这个信道模型有随机的错误产生。
As a part of package Simulink there is a communication channel model «Binary Symmetric Channel». There are random errors in this model.
However errors normally are packag
用Matlab实现古典双贸易源代码
Classical Pairs Trading Using MatLab
Performs the classical pairs trading strategy over a matrix of n stocks.
Gauss-Legendre计算圆周率的值的源代码
Calculate PI with Gauss-Legendre
用Gauss-Legendre计算圆周率的值
Calculate pi to "c" decimal places using the Gauss-Legendre algorithm.
实时股票观察器
Real-Time Stock Viewer
该程序绘制和分析了来自yahoo上股票的数据。
Plot and analyze live market data from Bloomberg or Yahoo.
发展中国家的投资组合优化模型
Developing Portfolio Optimization Models
Portfolio optimization was first developed in the 1950s, but a number of practical and theoretical problems have limited its use by investment managers. For example, it is often difficult to obtain su
正交线性回归代码
Orthogonal Linear Regression
采用正交线性回归适应数据。
稀疏矩阵封装的程序
SuiteSparse - a Suite of Sparse matrix packages
这是一个稀疏矩阵包的集合。
The SuiteSparse is a Suite of Sparse matrix packages. It is a meta-package consisting of ordering methods (AMD, CAMD, COLAMD, CCOLAMD, CSYMAMD, SYMAMD, BTF) and various sparse matrix fa