Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.354.216 Times

Lambda Theta Phi software
Filter: All | Freeware | Demo
 

Lambda Theta Phi

< 1 2 3 4 5 > 
Added: September 08, 2013 | Visits: 355

ANOVA and variance components for genetic data These files are an adaptation of the ANOVA variance component estimators to be used in the analysis of genetic data, specifically Cockerham's 1969 Theta. Formulae were adapted from Sokal and Rohlf's 1995 Biometry, and test files from the book are given as reference.



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): ANOVA and variance components for genetic data Download

Added: July 16, 2013 | Visits: 323

Auto Gaussian & Gabor fits Auto Gaussian & Gabor Surface fit---Functions to fit a 1D Gaussian to a curve and a 2D Gaussian or Gabor to a surface. The routines are automatic in the sense that they do not require the specification of starting guesses for the model parameters. This is done by evaluating the quality of fit for...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Auto Gaussian & Gabor fits Download

Added: April 20, 2013 | Visits: 349

Calibration Method for the Schwartz-Smith Model The codes provided can be used to show that the Kalman Smoother Expectation Maximization (KSEM) methodology can be used successfully to estimate the parameter of the Schwartz-Smith model. We develop several novel adjustments to incorporate the model framework.The advantage of using this method...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 552.96 KB Download (38): Calibration Method for the Schwartz-Smith Model Download

Added: July 19, 2013 | Visits: 295

earth_rose EARTH_ROSE direction rose from earth coordinate angles. Syntax: EARTH_ROSE(E) EARTH_ROSE(E, nbins) Inputs: E: Angular current direction in degrees, earth coordinates. OPTIONAL: nbins: number of bins to plot histogram Example: theta = [110 110 110 90 288 290 292]; nbins = 20; earth_rose(theta,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (45): earth_rose Download

Zernike Polynomial Coefficients for a given Wavefront using Matrix Inversion in Matlab Represent a wavefront as a sum of Zernike polynomials using a matrix inversion.This function attempts to solve the a_i's in equation, phi(rho,theta) = SUM(a_i * Z_i(rho,theta), i=1 to M),where the Z_i(rho,theta)'s are the Zernike polynomials from the zernfun.m file, phi is the wavefront to be...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Zernike Polynomial Coefficients for a given Wavefront using Matrix Inversion in Matlab Download

Added: August 11, 2013 | Visits: 315

EWMA St.Dev. This code calculates the Exponentially Weighted Moving Average Standard Deviation Exponentially weighted moving average (EWMA) standard deviation applies different weights to different returns. More recent returns have greater weight on the variance. The exponentially weighted moving average...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): EWMA St.Dev. Download

Added: May 08, 2013 | Visits: 370

ATAN2_SAFE This will perform the same function as Matlab built-in function ATAN2 butsafely guarded against erroneous results when the inputs are very small (near to a machine zero).Due to the round off errors in the numerical calculations, the twoinputs to ATAN2, Y and X, had better be thought as x=x_exact...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): ATAN2_SAFE Download

Added: June 14, 2013 | Visits: 359

surf2solid Conversion routines to take a surface (a function z of (x,y) or (theta,r)) and convert this into a solid; much as meshz does, but a little more useful for outputting as an STL for frabrication in a 3D printer. There are two cases, one in Cartesian co-ordinates, and the other in polar...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): surf2solid Download

Added: April 07, 2013 | Visits: 180

rotateData [XR,YR,xr,yr,THETA] = rotateData(X,Y,X0,Y0,THETA,DIRECTION) Rotate coordinates especified by [X,Y] around the point [X0,Y0], by an angle (in radians) defined by THETA and to the direction especified by DIRECTION. THETA is a scalar if the user wishes to define it. THETA can also be calculated...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): rotateData Download

Added: May 28, 2013 | Visits: 808

YIPLOT : Easy plot YIPLOT makes plot much easier. H=YIPLOT(X,Y,...) H=YIPLOT(STR,Y) H=YIPLOT(STR,X,Y,...) STR is a charater string made from any elements below, seperated by comma, eg. 'fig=1,lw=4,t=title,x=x axis label' fig = # set # as current figure, same as command figure(#) sub = # subplot(#) lw = # set...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (60): YIPLOT : Easy plot Download

Added: April 17, 2013 | Visits: 284

Plot Intensity on Sphere PlotSphereIntensity(azimuth, elevation)PlotSphereIntensity(azimuth, elevation, intensity)h = PlotSphereIntensity(...)Plots the intensity (as color) of a number of points on a unit sphere.Input: azimuth (phi), in degrees elevation (theta), in degrees intensity (optional, if not provided, a green...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Plot Intensity on Sphere Download

Added: April 27, 2013 | Visits: 327

Custom 2D Gauss Create a custom 2D gauss, which can be used for filtering, weighting, etc. All parameters are customizable, including standard deviations (sigmaX, sigmaY), rotation (theta), result size, center, etc.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Custom 2D Gauss Download

Added: July 04, 2013 | Visits: 405

Auto Gaussian & Gabor Surface Fit Auto Gaussian & Gabor Surface fit---2 functions to fit a 2D Gaussian or 2D Gabor to a surface. The routines are automatic in the sense that they do not require the specification of starting guesses for the model parameters. This is done by evaluating the quality of fit (sum of squared error) for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Auto Gaussian & Gabor Surface Fit Download

Added: April 12, 2013 | Visits: 353

Points Inside polygone Find those points (xi,yi) who are inside the polygone defined by the vectors (x,y).Syntax: [xin,yin,Ind]=Inside(X,Y,xi,yi)where Ind is the index of (xi,yi) that are inside the polygone Example: %--- create polygone (x,y) phi=linspace(0,2*pi,50); X=(1+0.2*sin(6*phi)).*cos(phi);...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Points Inside polygone Download

Added: June 30, 2013 | Visits: 322

2D Gabor Filter Recent studies on Mathematical modeling of visual cortical cells [Kulikowski/Marcelja/Bishop:1982] suggest a tuned band pass filter bank structure. These filters are found to have Gaussian transfer functions in the frequency domain. Thus, taking the Inverse Fourier Transform of this transfer...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): 2D Gabor Filter Download

Added: June 18, 2013 | Visits: 176

secplot secplot(theta, rho)Plot wedges of equal angular width (centered on each value in theta, which should be equally spaced), with the radii listed in rho.Addition input arguments are passed to 'set' which is run on the object handle returned by polar (used to do the plotting).Example:th =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): secplot Download

Added: September 06, 2013 | Visits: 229

GRMustache GRMustache is an Objective-C implementation of the Mustache logic-less template engine. Its parser has been inspired by the Mustache go implementation. Its tests are based on the Ruby one, that we have considered as a reference. It supports the following Mustache features: * comments *...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 256 KB Download (40): GRMustache Download

Added: October 14, 2013 | Visits: 482

Affymetrix B Allele Frequency Calculation Using Affymetrix CEL files as its source, this script combines quantile normalized SNP A and B probe intensities for each marker into a theta value, then calculates B-Allele Frequencies for each marker. For information on accessing B Allele Frequencies for Illumina data,


Platforms: Mac

License: Freeware Size: 1.02 KB Download (43): Affymetrix B Allele Frequency Calculation Download

Added: March 11, 2006 | Visits: 3.187

ScatLab Software developed to perform electromagnetic scattering simulations mainly based on classical Mie theory solution. ScatLab Features: scattered intensity polar diagrams for coated and uncoated spherical particles; scattered intensity versus theta graphs for coated and uncoated spherical...


Platforms: Windows

License: Freeware Size: 922 KB Download (493): ScatLab Download

Added: August 21, 2006 | Visits: 5.240

Stock Options Secrets Be an instant stock options expert! How do we know if stock options - or currency options - are overpriced or underpriced? If you can answer that question then you can consistently buy stock options that are underpriced, or consistently sell options that are overpriced ... without special...


Platforms: Windows

License: Demo Cost: $49.00 USD Size: 692 KB Download (257): Stock Options Secrets Download

< 1 2 3 4 5 >