 |
NEWS
|
|
NLREG has been selected as the "Editor"s Pick" by
SoftSeek.
|
|
|
NLREG is in use at hundreds of universities, laboratories, and government agencies around the world (over 20 countries). For a list of a few organizations using NLREG click here.
|
|
|
If you have categorical variables, you may want to use a Decision Tree to model your data. Check out the DTREG Decision Tree Builder.
|
|
|
You also should check out the News Rover program that automatically scans Usenet newsgroups, downloads messages of interest to you, decodes binary file attachments, reconstructs files split across multiple messages, and eliminates spam and duplicate files.
|
|
 |
|
 |
|
|
Sine Wave Fitted To Data
This example fits an equation that has a sin function.
Three parameters are calculated: Frequency, the frequency of
the sine wave; Amplitude, the height of the sine wave, and
Offset, the offset above or below the axis about which the
sine wave is oscillating. The Sweep
statement is used to try different starting values for the
Frequency parameter, looking for one that will converge.
Title "Fit a sine wave to data points";
Variables X,Y;
Parameters Offset,Amplitude,Frequency;
Sweep Frequency = 2.4, 2.8, .2;
Function Y = Offset + Amplitude * sin(Frequency * X);
Plot grid;
Data;
[ data goes here ]
Return to NLREG home page
Download demonstration copy of NLREG.
Download manuals for NLREG.
Purchase NLREG.
DTREG Decision Tree building software.
|