NEWS
  • NLREG has been selected as the "Editor"s Pick" by SoftSeek.

    link to softseek.com

  • 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.

    Damped Pendulum Example


    The motion of a damped pendulum (i.e., a pendulum with friction slowing it) is described by a periodic function (cosine) whose amplitude decreases as time increases in proportion to a negative exponential function. The initial trial values for the parameters are specified on the Parameter statements.

    Title "Damped pendulum motion";
    Variables Time,X;
    Parameter A = 90;
    Parameter alpha = .0008;
    Parameter w = .005;
    Parameter beta = 125;
    Parameter Phase = 0;
    Function X = A*exp(-alpha*Time)*cos(w*(Time-Phase))+beta;
    Plot;
    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.