Software Listing: Fitted

  • uifit
  • License: Freeware
  • Price: 0.00
  • Rating

A GUI wich use the matlab core function "fminsearch" to fit data with any multivariable function (with a "live" visualisation of the moving fitted curve). This function can be run with real equations, complex equations, and all other functions like step and bode. Simple to use..

  • Platform: Matlab, Scripts

A line of connected straight sections is fitted to a 2D-cloud of data points. The sections are described by the coordinates of their endpoints. No toolbox required..

  • Publisher: Peter Nave
  • Date: 10-04-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts
  • NLREG
  • License: Demo
  • Price: 195.00
  • Rating

NLREG performs nonlinear regression and curve fitting. NLREG fits a mathematical function whose form you specify to a set of data values. Virtually any type of function can be fitted. NLREG includes a programming language similar to C that you use for describing the function to be fitted. Two dimensional line and three dimensional surface plots can be generated. The programming language includes a large selection of built-in library functions (sin, cos, log, exp, etc.) that makes it easy to describe complicated models..

  • Platform: Win2000, Windows Server, WinOther

Jets'n'Guns GOLD is a heavy piece of ground shaking rock blasting action with graphics and special effects that will blow you eyes out! Enjoy yourself in almost-insane action adventure of saving the universe from the deadly threat of more than 270 unique monsters in the campaign of 43 levels! Stand as one-against-many armed with tons of different weapons of a devastating armament fitted into one of the awesome spaceships! Game features: - 43 levels full of thrilling action, shooting and demolition - more than 270 unique enemies including 16 boss monsters - 70 different weapons - upgrade your ship with 20 special devices - superior graphic and particle effects enhancing the destruction - more than one hour of breathtaking original soundtrack - new scenario in every level (deep space, jungle, undersea, lava planet.

  • Platform: Win2000, WinOther

Katedrala.com : logger / counter is a multi-platform compatible script that counts and log visits to Your site (extensive remotely hosted logging of all WWW pages fitted with the counter). This service will count visits, track visitors IP/host, referrers, agent type (browser), operating system, resolution, colors, it can sort page impressions by hour/day/month/total, etc. In addition to that You may count downloads of any given file hosted on Your web site, display number of online visitors and much, much more..

  • Publisher: Edi
  • Date: 21-11-2011
  • Platform: Misc Scripts

Enterprise Financial Model is a simple tool designed for execution of financial estimates, fitted with elements of a training program and allowing increasing the level of user knowledge in Economics significantly. The software is accompanied with great number of examples with comments and recommendations and allows producing desired result quickly. Active tasks: - execution of Business Plan technical and economic assessment; - economic analysis of business development ideas; - optimization of Project Implementation Plan; - business scenario analysis..

  • Platform: WinOther

Gtkboard is a generic board game engine into which various games are fitted as plugins. Games share the user interface, move parsing and strategy code. Currently over 30 games have been implemented; some are single player and some are two player games..

  • Platform: Linux, Unix

Dapple/NDapple are Apple ][ emulators, aiming to support a well-fitted Apple ][, ][+ or //e machine with 64K. It is (was) based on Marat Fayzullin's M6502 with 65C02 additions. Dapple ][ aims for a 128K //e..

  • Platform: WinOther

Easy-to-learn interactive 2d plot program. Can overlay images, xy-data, and mathematical functions. Function parameters can be tuned with sliders; functions can also be automatically fitted to data. Written in Python, cross-platform, but currently broken.

  • Platform: Linux, Mac OS X, WinOther
  • LanBiz
  • License: Freeware
  • Price: 0.00
  • Rating

LanBiz is a free, Open Source Server Suite, mostly fitted for SOHO (Small Office/Home Office) environments. The final LanBiz will include: an internet gateway/firewall, proxy, mail, file/print, fax/telephony server and more!.

  • Platform: Linux, Mac OS X, WinOther

Media Player for mobile phones with MIDP-2.0 and CLDC-1.1. MP3 player, very fast and fitted for audiobooks, remembers the listening point by folder, plays by folder, and many more features. Tested with S40 (Series 40) Nokia phones, Nokia 5200..

  • Platform: Linux, Mac OS X, WinOther

In this project work I try to design a QPSK modulator with SIMULINK/ Matlab. Generate PN-code as data and mapping for I & Q fitted to Embedded (M. file) Odd/ Even, for processing and sum them to produce QPSK signal.

  • Platform: Matlab, Scripts

This program represents a further development of the standard powerful 'nlinfit' facility already in matlab. The major problem with 'nlinfit' is that it can only handle fitting of one dimensional arrays (x, y) where x is the independent variable and y is the dependent one. The program fit2 uses another program 'fitfit' where the user fitting function can be defined. This user defined function is defined in line 6 of fitfit as ff in terms of a,x,y. The input arguments to the program are 1- a which is an array representing the starting values of the free fitting parameters ( similar to that when nlinfit is used) The length of a must be equal to the number of parameters used in the user defined function to be fitted (line 6 in the M-file "fitfit" 2- x and y are each a one dimensional array representing the independent variables 3-...

  • Platform: Matlab, Scripts
  • optima
  • License: Freeware
  • Price: 0.00
  • Rating

This m-file is a canonical analysis for exploring and exploiting a fitted quadratic response surface by its stationary point. Inputs: b - vector of regression coefficients of the fitted quadratic equation: [intercept (1), linear (p), quadratic, (p) and cross-products (p[p-1]/2)]. It must to be enter in that strictly order. They can be coded or actual. p - Number of independent variables (factors). Outputs: A complete summary of the canonical analysis given the critical points (in case you have utilized the coded factor levels, you should decode them to the actual values), predicted response at the stationary point, and the curvature and orientation of the quadratic response surface.

  • Platform: Matlab, Scripts

User interface used to fit and evaluate generic GARCH models (AR, MA, ARMA, GARCH) to loaded data. The data may be loaded from, - an Excel file that contains a time series, with dates down the first column and data down the second column. The first row of the spreadsheet is assumed to be column headers. - a MATLAB Workspace variable. The variable must be a structure with a field called dates that is a vector of date numbers such as those generated by the datenum function, and a field called data which must be a numeric vector the same length as the dates. Any other fields in the structure are ignored.

  • Platform: Matlab, Scripts

The script allows to easily fit predefined complex analytical laws exploiting the potentiality of Genetic Algorithms. The script receives as input the handle to the analytic laws to be fitted to data. Such law may depend on multiple variables and several parameters. This optimization approach may turn out to be particularly powerful when the number of variables and the number of parameters increases a lot.

  • Platform: Matlab, Scripts

This function takes an RGB image as input and gives the FWHM and 1/e^2 radius of Gaussian-assumed speckles in the horizontal and vertical directions in pixel units. The function is heavily commented for very easy use, and all mathematical steps are explained in the comments. Briefly, the autocovariance of each row (column) is averaged; the resulting plot is fitted to a Gaussian, from which the horizontal (vertical) FWHM and 1/e^2 values are calculated. In addition, the function outputs the goodness-of-fit statistics for this Gaussian fit. These should always be checked to ensure proper functioning.

  • Publisher: Joel
  • Date: 22-06-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts
  • ARfit
  • License: Shareware
  • Rating

ARfit is a collection of Matlab modules for * estimating parameters of multivariate autoregressive (AR) models, * diagnostic checking of fitted AR models, and * analyzing eigenmodes of fitted AR models..

  • Platform: Matlab, Scripts

Extracts parameters from fits obtained by Neurofit to voltage clamp data. Use File->Save report in Neurofit after you copy all the fitted values as actual parameters. See Neurofit web page for more information (http://www.uoguelph.ca/~awillms/neurofit/). Data units are preserved from Neurofit since they are not annotated in the report file..

  • Platform: Matlab, Scripts

% Original model: y = X*beta + u % We are concerned that a regressor in X % could be endogenous. % W contains the instruments and all regressors in X % except the suspected one. % An example: % m_t = b1 + b2*r_t + b3*y_t + b4*m_(t-1) + b5*m_(t-2) + u_t % In this model, we have a concern that r_t could be correlated % with u_t and we want to see the results with instruments, % r_(t-1) and r_(t-2). So the inputs y, X and W must be % y = m_t; % X = [ones(length(y)) r y m_(t-1) m_(t-2)]; % W = [ones(length(y)) r_(t-1) r_(t-2) y m_(t-1) m_(t-2)]; % Please do not forget checking the length of the variables be equal TSLS One computational method which can be used to calculate IV estimates is two-stage least squares (2SLS).

  • Publisher: Kadir
  • Date: 12-04-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

Page: 1 | 2 | 3 | 4 | 5 | Freeware

New Reviews


Time Fighter

Time fighter is a free ware game in the general two dimensional shooter genre. Many of the traits the game has are very generic and taken from and used by every other game in its genre, mainly the two dimensional field, the way the character (which ...


Screencatch

There are numerous occasions when you need to take screenshot of anything on your computer. A screenshot is used for serving many purposes like tutoring, in eBooks, as electronic proofs etc.Taking screenshots is a relatively tedious task without ...


Convert Image to PDF

Apex Images to PDF Converter is the simplistic and easy to use application that’ll turn raw image files, such as .jpegs, into PDF documents that will open in Adobe Reader.

It’s really easy to get started with this ...


FixMe

FixMe is a small program that claims to help you fix common issues with your computer. Whether it actually does this or not, its actually difficult to judge. I downloaded the program with no issues and was pleasantly surprised to find that no ...


KinderGarten

Kindergarten is a free ware baby care game / attempt at a day care simulation. In kindergarten, you are a woman running a day care (or as the title seems to suggest, a kindergarten) as lots of children are dropped off at the day care by their ...


IE Internet Security

IE Internet Security isn't the program that I thought it’d be. After a bit of Googling, I discovered that IE Internet Security is in fact embedded into one larger application called 1st Security Agent, which is an all in one tweaking ...


Bubble Shooter Deluxe

Bubble shooter deluxe (referred to in game as bubble shooter premium edition) is a freeware puzzle game. At first look, bubble shooter deluxe appears to be a clone of many other games similar to it, in which you must fire balls from a stationary ...


Acebyte Utilities

Acebyte Utilities is a modern looking application, designed to help speed up your computer via system optimization and error correction. In the long run, this could help prevent freezes and slow downs, as well as the dreaded blue screen of death ...


Mozilla Thunderbird

Mozilla is well known name in the internet industry. In fact, good amount of people are connecting to internet with Mozilla Firefox and this number is growing with time but I’ll be sharing my views on one of the lesser known product of ...



New Downloads

Business Letter
Professional

Best letter-making software
for marketing managers, home
businesses, consultants,
accountants,secretaries,custom
er ...

Privacy Drive Portable

Privacy Drive is an on-the-fly
encryption software to lock,
hide and encrypt all kind of
pictures, videos, documents,
...

WinTools.net Classic

Suite of tools for increasing
operating system performance.
WinTools.net cleanly removes
software from disk drives and
...

PeaZip

Free ZIP files utility,
encrypt and split files, open
and extract RAR, 7Z, ACE, CAB,
BZ2, ISO, JAR, GZ, LHA, PAQ,
PEA, ...

CSV2QBJ

Easy to use secure solution to
review/convert your
transactions and import into
your accounting software.
Convert CSV to ...

LangOver

LangOver helps in case you
write some text and forgot to
click ALT+SHIFT or CAPSLOCK.
Annoying, eh?! That\'s because
the ...

Flashpaste

Flashpaste is user friendly
but powerful extension to the
normal copy and paste feature
built into Windows. You can
plan ...

TimeTrex Time and
Attendance

Web-based Time And Attendance
suite which offers Employee
Time and Attendance
(timeclock, timesheet) and
Payroll all in ...

CDRoller

Recovers data from CD, DVD and
Blu-ray discs, hard and ssd
drives, memory cards.
Including old UDF discs,
created by ...