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

Linear Regression R Value freeware
Filter: All | Freeware | Demo
 

Linear Regression R Value

< 1 2 3 4 5 > 
Released: August 04, 2012  |  Added: August 04, 2012 | Visits: 487

R for Windows R is a language and environment for statistical computing and graphics. R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S... Platforms: Windows

License: Freeware Size: 37.9 MB Download (47): R for Windows Download

Released: August 12, 2012  |  Added: August 12, 2012 | Visits: 547

R for Linux R is a language and environment for statistical computing and graphics. R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S... Platforms: Linux

License: Freeware Size: 1024 KB Download (44): R for Linux Download

Released: June 10, 2012  |  Added: June 10, 2012 | Visits: 415

R for Mac R is a language and environment for statistical computing and graphics. R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S... Platforms: Mac

License: Freeware Size: 49 MB Download (45): R for Mac Download

Added: May 10, 2013 | Visits: 590

RPy (R from Python) RPy is a very simple, yet robust, Python interface to the R Programming Language. It can manage all kinds of R objects and can execute arbitrary R functions (including the graphic functions). All errors from the R language are converted to Python exceptions. Any module installed for the R system... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): RPy (R from Python) Download

Added: May 10, 2013 | Visits: 576

Finding the value passed to a function by name Sometimes inside a decorator that creates a function with a generic (*args, **kwargs) signature, you want to access a value passed for a particular parameter name to a wrapped function, but don't know whether that value will be passed as a positional or keyword argument, or whether the wrapped... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 480

Changing a closed-over value In most languages with closures, it is possible to change a closed-over value and have the change visible in other closures which share a reference to the same variable. Python's syntax makes this impossible. Putting your changeable values inside a mutable object like a list-- it may occasionally... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Changing a closed-over value Download

Added: May 10, 2013 | Visits: 414

Generic cacheable value objects superclass Generic cacheable value objects superclass script is a superclass for cache value objects by its constructor arguments. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Generic cacheable value objects superclass Download

Added: May 10, 2013 | Visits: 743

Basic Linear Algebra Matrix This script defines the Matrix class, an implementation of a linear algebra matrix. Arithmetic operations, trace, determinant, and minors are defined for it. This is a lightweight alternative to a numerical Python package for people who need to do basic linear algebra. Vectors are implemented as... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (68): Basic Linear Algebra Matrix Download

Prediction of Oldfaithful Volcanic Eruption: Auto Regression The model relies on the theory of strength of least square curve fitting and auto regression techniques. Requirements: - MATLAB 7.5 or higher Platforms: Windows, Mac, *nix, Matlab, BSD Solaris


Added: May 10, 2013 | Visits: 581

Non-Linear Units This is a simple way of expressing non-linear scales (such as decibels) in python. In stead of:gain = 10 ** (12/10.)Use Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Non-Linear Units Download

Added: May 10, 2013 | Visits: 780

Linear equations solver This script allows you to run a linear equations solver using eval and built-in complex numbers.One could add one more line to insert '*' where needed, i.e. "100x" -> "100*x", add some input validation, in particular check whether the equation is actually linear and not quadratic or cubic, and... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Linear equations solver Download

Added: August 13, 2013 | Visits: 568

SELECT-VALUE-SET This script allows you to set the value of a select tag without having to know its position in the list. Platforms: JavaScript

License: Freeware Size: 10 KB Download (54): SELECT-VALUE-SET Download

Added: July 30, 2013 | Visits: 453

linear convolution wen we give the two sequence ,we will get the o/p of linear convolution.the two sequences are computing by particular formula.thus we will got the output from the two sequences. the impulse response also we will get. Platforms: Matlab

License: Freeware Size: 10 KB Download (41): linear convolution Download

Added: August 10, 2013 | Visits: 765

Signal Processing & Linear Systems Companion Software Companion software for the Signal Processing & Linear Systems book by B.P. Lathi Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): Signal Processing & Linear Systems Companion Software Download

LAPJV - Jonker-Volgenant Algorithm for Linear Assignment Problem The Jonker-Volgenant algorithm is much faster than the famous Hungarian algorithm for the Linear Assignment Problem (LAP). This Matlab implementation is modified from the original C++ code made by Roy Jonker, one of the inventors of the algorithm. It is about 10 times faster than the munkres code... Platforms: Matlab


Kasami Sequences, m-sequences, Linear Feedback Shift Registers Linear feedback shift registers (LFSR) are a simple method of generating sequences, including pseudorandom number sequences. The LFSR code provided is very unrestricted, allowing for any feedback polynomial, initial state or decimation factor. The code is written for a 32 bit LFSR, but minor... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (43): Kasami Sequences, m-sequences, Linear Feedback Shift Registers Download

Robust solver for Lambert's orbital-boundary value problem A Lambert-orbital boundary value problem can be stated as"Find the orbit/trajectory of a spacecraft that flies from position [r1] to [r2], taking a time [tf] and making [m] complete orbits before arriving at [r2]. "The solution to each Lambert-problem is NOT unique; one can travel to [r2] via the... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Robust solver for Lambert's orbital-boundary value problem Download

Bidirectional Branch and Bound Minimum Singular Value Solver (V2) B3MSV Bidirectional Branch and Bound(B3) subset selection using the the Minimum Singular Value (MSV) as the criterion.Consider the following subset selection problem:Given a tall (m x n, m>n) matrix, A, to find n rows of A such that the resulted n x n square submatrix has the largest MSV among... Platforms: Matlab


Added: March 22, 2013 | Visits: 803

Templates for the Solution of Linear Systems This book is written for computational scientists who would like to incorporate state-of-the-art computational methods for solving large sparse systems of linear equations.For a full book description and ordering information, please visithttp://www.mathworks.com/support/books/boo...=-1&language=-1 Platforms: Matlab

License: Freeware Size: 20.48 KB Download (45): Templates for the Solution of Linear Systems Download

Added: April 08, 2013 | Visits: 550

A Linear Dynamical System Associated To Wave Equation In this paper i try to associate a linear dynamical system dX/dt=AX to the PDE wave equation.So i discretize the space to step h,and set the limited develpment.it is well application also for spherical wave.J.C Willems gives good standing from ODE to PDE,and From PDe to ODE. Platforms: Matlab

License: Freeware Size: 10 KB Download (44): A Linear Dynamical System Associated To Wave Equation Download

< 1 2 3 4 5 >