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.177.846 Times

Teroid Linear Gauge software
Filter: All | Freeware | Demo
 

Teroid Linear Gauge

< 1 2 3 4 5 
Added: June 23, 2013 | Visits: 404

Online/Batch generalized linear models under square loss This is the package for online (competitive)/batch prediction using generalized linear models under square loss. The algorithms are derived using the Aggregating Algorithm.The algorithms have guarantees on the cumulative square loss for the worst case when applied in online fashion in comparison...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Online/Batch generalized linear models under square loss Download

Added: August 17, 2013 | Visits: 492

ANNI - solver of a set of non-linear equations Let us suppose a set of non-linear equations in the formF(m) = d(m,d are vectors, F is a vector function of vector argument). ANNI tries to construct suitable numerical approximation for inverse projection of d to m, i.e. to find numerical form ofG(d) = m.Such mapping may not exist in general,...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 276.48 KB Download (45): ANNI - solver of a set of non-linear equations Download

Added: July 07, 2013 | Visits: 405

Custom solution for 3 non-linear simultaneous equations This customised function solves one type of non-linear systemof 3 simultaneous equations in 3 unknowns: k, L and r0 in 3 equations with 4 knowns: zeta, eeta, d and angle.function matrixresults = symsolvenonlineq(n,degrees,dinput)% EXAMPLE USAGE: m=symsolvenonlineq(3,45,20)% nb: takes around 738s...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Custom solution for 3 non-linear simultaneous equations Download

Added: September 03, 2013 | Visits: 377

Multiplication of Linear Expressions Script for the multiplication of linear expressions without coefficient constants. This script returns a polynomial of given expressions.The number of expressions are not restricted and constant may be real or integer.ExampleCompute the (x-2)(x+4)(x-5)...write in following format. here x is a Row...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Multiplication of Linear Expressions Download

Slides for the video These are the slides of a plenary talk given at the 2006 SIAM Annual Meeting, on July 11, 2006.The talk describes how x=Ab works in MATLAB, when A is sparse.You can view the video at http://www.cise.ufl.edu/research/sparse/SIAM06. Follow along with these slides as you view the video. The slides...


Platforms: Matlab


Identification of PieceWise Linear and Homogeneous Zone Detection Project:1D signal:Identification of PieceWise Linear by multiple regressionDetection of homogeneous zone using entropieProjection in the Hough space (1D) I/OInputs: 1D signal (xe,ye)Simulated data (Figure 12);Outputs: Entropie signal (xee,yee)Line positions, positionLine lengths, longueurLine...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Identification of PieceWise Linear and Homogeneous Zone Detection Download

Analytical solution for Orthogonal Linear Least Squares in two dimensions ORTHLLS2D returns the Orthogonal Linear Least Squares estimate for parameters of line a x + b y + c = 0function f = OrthLLS2D(x, y)Inputs x and y must be real vectors of equal size.Output f is the real vector [a b c] where a, b and c are the estimated parameters of the linear equation.Since a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Analytical solution for Orthogonal Linear Least Squares in two dimensions Download

Added: April 01, 2013 | Visits: 469

Box-Cox power transformation for Linear Models Helps choose a Box-Cox power transformation for a multivariate linear regression.Assume you are looking at the residuals of [b,bint,r] = regress(y,X) and it seems a transformation is in place. Use:boxcoxlm(y,X) to find the best lambda for a Box-Cox power transformation (y^lambda, or log(y) for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Box-Cox power transformation for Linear Models Download

Added: July 18, 2013 | Visits: 494

Robust Experimental Designs for Generalized Linear Models Optimal experimental designs for generalized linear models (GLM) depend on the unknown coefficients, and two experiments having the same model but different coefficient values will typically have different optimal designs. Therefore, unlike experimental design for linear models, the prior...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Robust Experimental Designs for Generalized Linear Models Download

Added: March 29, 2013 | Visits: 218

colorGradient: generate custom linear colormaps User can generate a custom linear colormap giving 2 colors and colormap depth.Colors are given as vectors with RGB values. The suggested input method is using intensity values for each channel (0,1), but values in the (0,255) range are also allowed.No other colorspaces are allowed (i.e....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): colorGradient: generate custom linear colormaps Download

Added: April 25, 2013 | Visits: 254

Linear Kalman Filter This script implements the linear Kalman filter and shows its performance on a 2nd order under-damped LTI system.The code consists of two main parts. In the first part, a noisy model with two state variables is simulated and in the second part, Kalman filtering is applied to estimate the real...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Linear Kalman Filter Download

Added: June 26, 2013 | Visits: 226

Small size linear solver Solve multiple (2x2) or (3x3) linear systems:A(:,:,k)*X(:,:,k) = B(:,:,k) for k=1,2,...,NThe method used here is basic cofactor/determinant.DISADVANTAGE: This method may be less accurate than Matlab backslash (using in for-loop) when the matrices are ill-conditioned.ADVANTAGE: for a large number...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Small size linear solver Download

Added: July 18, 2013 | Visits: 320

Uniform sampling s.t. linear constraints Implementations of the Hit-And-Run and Gibbs sampling algorithms for the generation of uniformly distributed random vector x satisfying the system of linear inequalities A.x


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Uniform sampling s.t. linear constraints Download

Added: April 13, 2013 | Visits: 397

Weighted and unweighted linear fit This code fits makes a linear fit to a data set (using y =bx+a) where each data point% has a different or constant standard deviation. Your data should have three or two columns.% The first column should be the independent variable(x) and the second% column should be the dependent variable(y)....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Weighted and unweighted linear fit Download

SUB2IND4UP Linear index from subscripts of upper triangular matrix (only elements above diagonal) IND = SUB2IND4UP(I, J) returns the linear index equivalent to the row and column subscripts I and JLet ind be a vector of indexes for entries of some upper triangular matrix. The entries are selected vertically so that: ind = 1 is associated to entry (1, 2) ind = 2 is associated to entry (1, 3)...


Platforms: Matlab


Added: April 19, 2013 | Visits: 459

Normalize 1 or 2D data to a linear range. Function that transforms 1 or 2D data to match a specified linear dynamic range.NORMALIZE_IMAGE(I,R) applies a linear transformation to the dynamic range of I, mapping pixel intensities to new values over the range R.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Normalize 1 or 2D data to a linear range. Download

Released: March 31, 2020  |  Added: January 02, 2022 | Visits: 794

Linear Barcode Image Generator The Linear Barcode Image Generator software creates images via command prompt or an easy-to-use interface for many popular linear barcode types in 32 and 64-bit Windows environments. Barcode images can be copied and pasted into other applications, or saved as image files in formats for JPEG,...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Demo Cost: $159.00 USD Size: 1.09 MB Download (104): Linear Barcode Image Generator Download

Released: November 02, 2011  |  Added: October 19, 2013 | Visits: 1.008

ASP Linear Barcode Generator Script Easily add dynamic barcode generation capability to webpages with any web server or website hosting service that supports ASP script processing with the ASP Barcode Generator Script Package. This component will create barcodes with an ASP script, which is provided in pure ASP source code form....


Platforms: Windows

License: Demo Cost: $199.00 USD Size: 2 KB Download (48): ASP Linear Barcode Generator Script Download

Released: November 02, 2011  |  Added: October 19, 2013 | Visits: 1.079

ASPX Linear Barcode Generator Script Easily add dynamic barcode generation capability to webpages with any web server or website hosting provider that supports ASPX script processing with the ASPX Barcode Generator Script Package. This component will create barcodes with an ASP.NET Source file script, which is provided with...


Platforms: Windows

License: Demo Cost: $199.00 USD Size: 3 KB Download (529): ASPX Linear Barcode Generator Script Download

Released: November 18, 2009  |  Added: October 22, 2013 | Visits: 750

IDAutomation Java Linear Barcode Package The JavaBeans, Applets, Servlets and Class Libraries in this package may be used on any platform with a Java Virtual Machine, including Windows, Linux, MacOS, Unix, Solaris, HP/UX, AS/400 and OS/390 to integrate automated barcoding in Java applications. Supports Linear and 2D barcode types...


Platforms: Windows, Mac, *nix, Windows 8, Other,Pocket PC,Java

License: Demo Cost: $790.00 USD Size: 2.2 MB Download (43): IDAutomation Java Linear Barcode Package Download

< 1 2 3 4 5