A very simple program that gives Poisson probability P(m,n) where m is the average outcome and n is one certain outcome.
Usage:
plotfunction(fcn,LB,UB,varargin)
EXAMPLES: 1. plotfunction(@hosaki,[0 0],[5 5]); % Plot hosaki function in the range of 0 - 5 in both dimension. 2. LB = zeros(1,4);UB= 10*ones(1,4); xypar = [2...
INDICATORS is a technical analysis tool that calculates various technical indicators. Technical analysis is the forecasting of future financial price movements based on an examination of past price movements. Most technical indicators require at...
Standardista Table Sorting is a javascript module that lets you sort a HTML data table by any column.
The module has the following advantages: - The codebase has been tested across a large number of web browsers, and in the few...
This application provides the easiest way to make your personal and business data available via a web browser.
The design principle behind HypatiaDB is to make a simple clone of Microsoft's Access database manager. Much like Microsoft...
gaussianPlume Steady-state gaussian plume distribution model
gaussianPlume models the dispersion of a continuous point source, i.e. plume, in various conditions and terrains. The output of gaussianPlume is a 3-dimensional...
A moving average implementation using build-in filter, which is very fast.
Features:
* Easy installation and setup * Use <?php echo fbc_count() ?> to output the count. No unneeded options, no extra markup, place it wherever you want. * If feed count cannot be retrieved, you can choose to...
This is not an official Mollom project and was not created by the folks at Mollom. It is not necessary to install Mollom Stats to use Mollom's services. The one and only official Mollom module for Drupal is over here. Please do not bother the fine...
Calculates the average log-spectral distance between CLEAN and NOISY signals. It has the capability of calculating this distance for a specified sub-band as well. This measure is used for evaluation of processed speech quality in comparison to the...
iif(Cond, ExprA,ExprB) is inspired in a traditional function from Visual Basic that receives a condition and returns ExprA or ExprB, depending of COND evaluation (true or false)
As MatLab is a matrix language, iif was implemented as a...
This m-file implements a M-point moving average system. The equation is: y(n)=(x(n)+x(n-1)+.....+x(n-M))/M; M is the order of the M-point moving average system. Syntax: y=mpointaverage(input,order) The argument...
This program analyzes the performance of a voltage source inverter with Sinusoidal-pulse-modulated output, under different loading conditions.
The inputs are: - The frequency of the output voltage waveform. - The modulation...
FILLNANS replaces all NaNs in array using inverse-distance weighting. Y = FILLNANS(X) replaces all NaNs in the vector or array X by inverse-distance weighted interpolation: Y = sum(X/D^3)/sum(1/D^3) where D is the distance (in...
Measures of Analysis of Time Series (MATS) toolkit computes a number of different measures of analysis of scalar time series (linear, nonlinear and other statistical measures). It also contains pre-processing tools (transformations and...
The fitting of smooth curve through a set of data points and extention to this is the fitting of 'best fit' spline to a large set of data points which show the cerrent trend but which do not all lie above the curve. The method involves cluster...
SiteProctor is an ASP.NET library which tracks average resource load times and generates a summary page. This can be useful in troubleshooting and performance analysis when it comes to understanding which pages are responsible for delays.
Winsorising extreme values. Winsorising or Winsorization is the transformation of statistics by limiting extreme values in the statistical data to reduce the effect of possibly spurious outliers. It is named after the...
This file calculates the PMF of the Poisson's Distribution. In this file we can change the value of M and p. The product of the M and p is equal to the average Lamda.
This is a simple filter that converts noisy data of arbitrary amplitude to 1s and 0s.
The input is an array of the raw data, and a new array of 1s and 0s of equivalent array length is returned.
The function uses simple edge... |