regress
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5
Regress Pro 1.1
Regress Pro is scientific/industrial software that can be used to study experimental data. more>>
Regress Pro is scientific/industrial software that can be used to study experimental data coming from spectroscopic ellipsometers or reflectometers.
Regress Pro has been developed mainly for the application of thin film measurement in the semiconductor industry.
The software is suitable both to determine the thickness of the layers and to determine the optical properties of dielectric materials.
<<lessRegress Pro has been developed mainly for the application of thin film measurement in the semiconductor industry.
The software is suitable both to determine the thickness of the layers and to determine the optical properties of dielectric materials.
Download (0.080MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1091 downloads
Statistics::OLS 0.07
Statistics::OLS is a Perl module to perform ordinary least squares and associated statistics. more>>
Statistics::OLS is a Perl module to perform ordinary least squares and associated statistics.
SYNOPSIS
use Statistics::OLS;
my $ls = Statistics::OLS->new();
$ls->setData (@xydataset) or die( $ls->error() );
$ls->setData (@xdataset, @ydataset);
$ls->regress();
my ($intercept, $slope) = $ls->coefficients();
my $R_squared = $ls->rsq();
my ($tstat_intercept, $tstat_slope) = $ls->tstats();
my $sigma = $ls->sigma();
my $durbin_watson = $ls->dw();
my $sample_size = $ls->size();
my ($avX, $avY) = $ls->av();
my ($varX, $varY, $covXY) = $ls->var();
my ($xmin, $xmax, $ymin, $ymax) = $ls->minMax();
# returned arrays are x-y or y-only data
# depending on initial call to setData()
my @predictedYs = $ls->predicted();
my @residuals = $ls->residuals();
I wrote Statistics::OLS to perform Ordinary Least Squares (linear curve fitting) on two dimensional data: y = a + bx. The other simple statistical module I found on CPAN (Statistics::Descriptive) is designed for univariate analysis. It accomodates OLS, but somewhat inflexibly and without rich bivariate statistics. Nevertheless, it might make sense to fold OLS into that module or a supermodule someday.
Statistics::OLS computes the estimated slope and intercept of the regression line, their T-statistics, R squared, standard error of the regression and the Durbin-Watson statistic. It can also return the residuals.
It is pretty simple to do two dimensional least squares, but much harder to do multiple regression, so OLS is unlikely ever to work with multiple independent variables.
This is a beta code and has not been extensively tested. It has worked on a few published datasets. Feedback is welcome, particularly if you notice an error or try it with known results that are not reproduced correctly.
<<lessSYNOPSIS
use Statistics::OLS;
my $ls = Statistics::OLS->new();
$ls->setData (@xydataset) or die( $ls->error() );
$ls->setData (@xdataset, @ydataset);
$ls->regress();
my ($intercept, $slope) = $ls->coefficients();
my $R_squared = $ls->rsq();
my ($tstat_intercept, $tstat_slope) = $ls->tstats();
my $sigma = $ls->sigma();
my $durbin_watson = $ls->dw();
my $sample_size = $ls->size();
my ($avX, $avY) = $ls->av();
my ($varX, $varY, $covXY) = $ls->var();
my ($xmin, $xmax, $ymin, $ymax) = $ls->minMax();
# returned arrays are x-y or y-only data
# depending on initial call to setData()
my @predictedYs = $ls->predicted();
my @residuals = $ls->residuals();
I wrote Statistics::OLS to perform Ordinary Least Squares (linear curve fitting) on two dimensional data: y = a + bx. The other simple statistical module I found on CPAN (Statistics::Descriptive) is designed for univariate analysis. It accomodates OLS, but somewhat inflexibly and without rich bivariate statistics. Nevertheless, it might make sense to fold OLS into that module or a supermodule someday.
Statistics::OLS computes the estimated slope and intercept of the regression line, their T-statistics, R squared, standard error of the regression and the Durbin-Watson statistic. It can also return the residuals.
It is pretty simple to do two dimensional least squares, but much harder to do multiple regression, so OLS is unlikely ever to work with multiple independent variables.
This is a beta code and has not been extensively tested. It has worked on a few published datasets. Feedback is welcome, particularly if you notice an error or try it with known results that are not reproduced correctly.
Download (0.008MB)
Added: 2007-05-23 License: Perl Artistic License Price:
531 downloads
Klavaro 1.0.3
Klavaro is a touch typing tutor that is very flexible and supports customizable keyboard layouts. more>>
Klavaro application is just another free touch typing tutor program. We felt like to do it because we became frustrated with the other options, which relied mostly on some few specific keyboards.
Klavaro intends to be keyboard and language independent, saving memory and time (and money).
Main features:
- Internationalization: English, Esperanto and Portuguese. If you want to translate to another language, please read the instructions for translation.
- Ready to use keyboard layouts:
- "qwerty" (BR; BR_abnt0; BR_abnt2; IT; PT; US)
- dvorak (US)
- "qwertz" (HU)
- "azerty" (FR)
- Keyboard layout editor: makes possible to configure the keys positions and to save the result in a simple text file. If your keyboard isnt shown above, you can create it. If you need to do it, please let us know about.
- Basic course: a basic type of course is available for memorizing the keys positions on the keyboard. It is supposed to be independent from keyboard layout, by the generation of random character sequences to be followed by the student.
- Adaptability exercises: these exercises use all the keys ramdonly, so that you can practice using all the keyboard. Its named adaptability exercise because it develops the capacity to adapt your typing skills to any kind of strange words that may appear in some texts.
- Velocity exercises: one achieves velocity on typing when the environment is well known, or, when the words come from ones own language. Thats why these exercises focus on velocity. And even if your language isnt supported by the application, you still can indicate texts in any language to include the words contained there.
- Fluidness exercises: with these exercises, one works typing complete paragraphs, with good sense sentences. Typing errors arent accepted: the user must correct them with the backspace key before be allowed to go on. Especial attention is given to the typing rhythm, which must be as uniform as possible. Just like the velocity exercises, this one here makes possible to load any text files, independently of language.
- Progress charts: at the accomplishment of each exercise, some characteristics of your performance are saved and can be graphically showed. Thus, you can easily observe your learning progress (or regress).
- Clean graphical interface: when learning to type correctly, one must not get the attention off the exercises. So, it isnt recommended neither to have dozens of gauges measuring velocity, errors, time, etc; nor a virtual keyboard floating in front of the student: he/she must memorize the key positions by the tact, not visually. Hence, Klavaros interface started simple and will remain like that for all of its lifetime.
Enhancements:
- A Dutch translation was added.
- Turkish keyboard layouts were added.
- Size is now limited for loading personal text files in velocity and fluidness exercises, avoiding program freezings and/or segmentation faults.
- Interpretation of the environment variable LANGUAGE was corrected.
- Some code cleanup was done.
<<lessKlavaro intends to be keyboard and language independent, saving memory and time (and money).
Main features:
- Internationalization: English, Esperanto and Portuguese. If you want to translate to another language, please read the instructions for translation.
- Ready to use keyboard layouts:
- "qwerty" (BR; BR_abnt0; BR_abnt2; IT; PT; US)
- dvorak (US)
- "qwertz" (HU)
- "azerty" (FR)
- Keyboard layout editor: makes possible to configure the keys positions and to save the result in a simple text file. If your keyboard isnt shown above, you can create it. If you need to do it, please let us know about.
- Basic course: a basic type of course is available for memorizing the keys positions on the keyboard. It is supposed to be independent from keyboard layout, by the generation of random character sequences to be followed by the student.
- Adaptability exercises: these exercises use all the keys ramdonly, so that you can practice using all the keyboard. Its named adaptability exercise because it develops the capacity to adapt your typing skills to any kind of strange words that may appear in some texts.
- Velocity exercises: one achieves velocity on typing when the environment is well known, or, when the words come from ones own language. Thats why these exercises focus on velocity. And even if your language isnt supported by the application, you still can indicate texts in any language to include the words contained there.
- Fluidness exercises: with these exercises, one works typing complete paragraphs, with good sense sentences. Typing errors arent accepted: the user must correct them with the backspace key before be allowed to go on. Especial attention is given to the typing rhythm, which must be as uniform as possible. Just like the velocity exercises, this one here makes possible to load any text files, independently of language.
- Progress charts: at the accomplishment of each exercise, some characteristics of your performance are saved and can be graphically showed. Thus, you can easily observe your learning progress (or regress).
- Clean graphical interface: when learning to type correctly, one must not get the attention off the exercises. So, it isnt recommended neither to have dozens of gauges measuring velocity, errors, time, etc; nor a virtual keyboard floating in front of the student: he/she must memorize the key positions by the tact, not visually. Hence, Klavaros interface started simple and will remain like that for all of its lifetime.
Enhancements:
- A Dutch translation was added.
- Turkish keyboard layouts were added.
- Size is now limited for loading personal text files in velocity and fluidness exercises, avoiding program freezings and/or segmentation faults.
- Interpretation of the environment variable LANGUAGE was corrected.
- Some code cleanup was done.
Download (0.27MB)
Added: 2007-05-06 License: GPL (GNU General Public License) Price:
541 downloads
Pyvox 0.72
Pyvox is a set of software tools for medical image processing. more>>
Pyvox is a set of software tools for medical image processing, particularly skull stripping and segmentation of MR brain images; tools to support other applications may be added later.
These tools are intended to support researchers who need to prototype new image analysis algorithms or to develop automated image analysis tools for specific image analysis applications. The sequence of processing operations is specified through the scripting language Python, which can be used interactively or in command files; the core image processing algorithms are written in C for efficient processing of volume images.
Important design criteria for Pyvox include: script files and data files are portable across multiple Unix platforms, including Linux and Mac OS X; suitable for rapid prototyping of new algorithms and analysis protocols; suitable for efficient, automated processing of the finished analysis protocols; and easily extensible by programmers outside the original development team.
Pyvox is being distributed under an Open Source license which permits free use, modification, and redistribution provided that proper credit is given.
Main features:
Medical Image Processing
- Pyvox is designed primarily for medical image processing, because that is what the author needs to do most; other applications of volume images are no doubt possible, but their needs come second.
Rapid Prototyping
- Pyvox should be suitable for rapid prototyping of new algorithms and analysis protocols. To do this, Pyvox is implemented as a extension to the Python language. Python is a high-level object-oriented scripting language which can be used interactively or in programmed scripts and which is designed to be easily extensible in C.
Efficient Execution
- Pyvox should also be suitable for efficient, automated processing of the finished analysis protocols. To do this, the core image processing functions are written in C, which is more efficient than Python.
Software Portability
- The script files that define the analysis protocols and the programs that they invoke should be portable across multiple Unix platforms (including Linux and Mac OS X). To meet this requirement, Pyvox is written to comply with the usual standards, including ANSI C, Posix, and the X Window System.
Data Portability
- The image files and other data files should also be portable across multiple Unix platforms. In particular, it should be possible to create an image file on a big-endian machine (e.g. Sparc), copy it to a little-endian machine (e.g. Pentium), and further process that image without needing to do any conversion of the file. This is accomplished through a set of portable C functions that can read and write data in specified external formats, converting as necessary to or from the platform-native format.
Open-Source Development
- Pyvox should also be easily extensible by programmers outside the original development team. This is accomplished by following good software engineering practice in documenting the software for later maintenance and extensions.
Installation:
If all the prerequisites (Python 2.1, X11 Window System, Tcl/Tk, Motif or Lesstif, and optionally LAPACK and BLAS) are present and installed in the right places, the command sequence
./configure
make
make regress
make install
will usually compile, regression test, and install Pyvox. If that doesnt work, see the Installation chapter of the Pyvox Reference Manual (doc/pyvox.pdf or doc/pyvox.tex) for a detailed installation procedure.
Enhancements:
- The interface for constructing convolution kernels has been completely redesigned and now supports the dynamic modification of kernels.
- Internal types now have min and max attributes which contain the minimum and maximum possible finite positive values representable in that type.
<<lessThese tools are intended to support researchers who need to prototype new image analysis algorithms or to develop automated image analysis tools for specific image analysis applications. The sequence of processing operations is specified through the scripting language Python, which can be used interactively or in command files; the core image processing algorithms are written in C for efficient processing of volume images.
Important design criteria for Pyvox include: script files and data files are portable across multiple Unix platforms, including Linux and Mac OS X; suitable for rapid prototyping of new algorithms and analysis protocols; suitable for efficient, automated processing of the finished analysis protocols; and easily extensible by programmers outside the original development team.
Pyvox is being distributed under an Open Source license which permits free use, modification, and redistribution provided that proper credit is given.
Main features:
Medical Image Processing
- Pyvox is designed primarily for medical image processing, because that is what the author needs to do most; other applications of volume images are no doubt possible, but their needs come second.
Rapid Prototyping
- Pyvox should be suitable for rapid prototyping of new algorithms and analysis protocols. To do this, Pyvox is implemented as a extension to the Python language. Python is a high-level object-oriented scripting language which can be used interactively or in programmed scripts and which is designed to be easily extensible in C.
Efficient Execution
- Pyvox should also be suitable for efficient, automated processing of the finished analysis protocols. To do this, the core image processing functions are written in C, which is more efficient than Python.
Software Portability
- The script files that define the analysis protocols and the programs that they invoke should be portable across multiple Unix platforms (including Linux and Mac OS X). To meet this requirement, Pyvox is written to comply with the usual standards, including ANSI C, Posix, and the X Window System.
Data Portability
- The image files and other data files should also be portable across multiple Unix platforms. In particular, it should be possible to create an image file on a big-endian machine (e.g. Sparc), copy it to a little-endian machine (e.g. Pentium), and further process that image without needing to do any conversion of the file. This is accomplished through a set of portable C functions that can read and write data in specified external formats, converting as necessary to or from the platform-native format.
Open-Source Development
- Pyvox should also be easily extensible by programmers outside the original development team. This is accomplished by following good software engineering practice in documenting the software for later maintenance and extensions.
Installation:
If all the prerequisites (Python 2.1, X11 Window System, Tcl/Tk, Motif or Lesstif, and optionally LAPACK and BLAS) are present and installed in the right places, the command sequence
./configure
make
make regress
make install
will usually compile, regression test, and install Pyvox. If that doesnt work, see the Installation chapter of the Pyvox Reference Manual (doc/pyvox.pdf or doc/pyvox.tex) for a detailed installation procedure.
Enhancements:
- The interface for constructing convolution kernels has been completely redesigned and now supports the dynamic modification of kernels.
- Internal types now have min and max attributes which contain the minimum and maximum possible finite positive values representable in that type.
Download (1.4MB)
Added: 2006-03-08 License: Open Software License Price:
1325 downloads
Puppy Linux 4.2.1
Puppy Linux provides you with a perfect and very useful evolutionary operating system which is based on GNU Linux. more>>
Puppy Linux 4.2.1 provides you with a perfect and very useful evolutionary operating system which is based on GNU Linux. Whats different here is that Puppy is extraordinarily small, yet quite full featured. Puppy Linux can boot into a 64MB ramdisk, and that's it, the whole caboodle runs in RAM. Unlike live CD distributions that have to keep pulling stuff off the CD, Puppy in its entirety loads into RAM. This means that all applications start in the blink of an eye and respond to user input instantly.
Major Features:
- Puppy Linux has the ability to boot off a flash card or any USB memory device (flash-Puppy), CDROM (live-Puppy), Zip disk or LS/120/240 Superdisk (zippy-Puppy), floppy disks (floppy-Puppy), internal hard drive (hard-Puppy).
- Puppy occupies about 50-60M on my USB Flash drive, CDROM, or whatever is the storage media.
- When Puppy boots, everything uncompressed into a RAM area that we call a "ramdisk". The live-CD will bootup on systems with only 32M RAM, but the more RAM you have the more Puppy is able to keep files permanently in ramdisk hence more speed. A PC with 128M RAM is the recommended minimum.
- Note that Puppy will automatically use a swap partition if it exists. When booting from a USB Flash device, Puppy tries to load all the Flash files into physical RAM, but if there is not enough RAM then Puppy is able to copy the excess to a swap partition if it exists. This eliminates writes to the Flash memory during a session, greatly extending its life span.
- You may need to have a swap partition to run Firefox or Mozilla on PCs with less than 64M RAM. Certainly, for a PC with only 32M RAM, a swap partition is necessary to run most of the large GUI applications.
Enhancements:
- CUPS-1.3.10 regressed from 1.4b2 to resolve ongoing issues with CUPS printing.
- Fixed printing from Geany, Leafpad and Gnumeric using CUPS-1.3.10
- Abiword-2.6.3 with 2.6.6 plugins has been patched for improved .doc & .docx support (Liberation ttf fonts required for some documents)
- Pwidgets updated to 2.0.8
- Pcrypt updated to 17 May 2009 release and now requires Ccrypt to function. Bcrypt has been dropped in consequence.
- Ccrypt-1.7 added as dependency for Pcrypt
- MIME-types updated in Rox-2.6.1
- Patches for gtk+ Xinput and b43 broadcom network driver
- Pmusic updated to 0.6.4
- Pschedule updated to 0.7
- Plus previously issued patches for nbtscan, mountcifs, jwm-tray, xsane, network wizard (now at April 4 release), mtpaint-snapshot, gtk+2.12.1-Xinput-fix and pcp (Puppy control panel).
Added: 2009-05-22 License: GPL Price: FREE
1 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above regress search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed