Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : NIST Datasets details
Login with GitLab

NIST Datasets

NIST Statistical Reference Datasets
(1092 downloads for this version - 16261 downloads for all versions)
Details
Version
0.3
A more recent valid version exists: 0.4
Author
Michael Baudin
Owner Organization
DIGITEO
Maintainer
Michael BAUDIN
License
Dependencies
Creation Date
January 13, 2012
Source created on
Scilab 5.3.x
Binaries available on
Scilab 5.3.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Install command
--> atomsInstall("nistdataset")
Description
            Purpose
-------

The goal of this toolbox is to provide a collection of datasets 
distributed by NIST.

The NIST Standard Reference Datasets is a collection of datasets. 
The purpose of this project is to improve the accuracy of statistical 
software by providing reference datasets with certified computational 
results that enable the objective evaluation of statistical software.

See the overview in the help provided with this toolbox.

Features
--------

The following is a list of functions in this toolbox.

 * nistdataset_getpath — Returns the path to the current module.
 * nistdataset_read — Reads a dataset from NIST
 
Moreover, the module provides 34 datasets from NIST in the following 
categories:
 * Univariate Summary Statistics (9 datasets)
 * Non Linear Least Squares (25 datasets)

Datasets from other categories are provided on the NIST 
website, which cannot be read by the current toolbox. 
However, it should be straightforward to extend the current 
toolbox to read the other categories of files.

Bibliography
------------

 * Statistical Reference Datasets, http://www.itl.nist.gov/div898/strd/
            
Files (2)
[79.31 kB]
Source code archive

[100.94 kB]
OS-independent binary for Scilab 5.3.x
Binary version
Automatically generated by the ATOMS compilation chain

News (0)
Comments (2)     Leave a comment 
Comment from Michael BAUDIN -- January 13, 2012, 09:15:35 PM    
Here is the changelog of the v0.3.

nistdataset (0.3)
    * Fixed ticket #626
	nistdataset_read had an accuracy problem.
	Thanks to Eric Dubois for reporting this bug.
	* Added modelFun, numberOfParameters, modelEq and 
	modelPar fields to the data structure.
	The modelFun function evaluates the model function.
	This can be used in regression problems.
	Thanks to Torbjørn Pettersen for providing the basic 
	scripts.
Comment -- January 20, 2012, 10:16:01 PM    
The version 0.3 is correctly packaged on ATOMS.

This is a test with scilab-5.3.3 on Win 7 64 bits.

Regards,

Michaël

-->atomsSystemUpdate()
 
-->atomsInstall('nistdataset')
 ans  =
 
!nistdataset  0.3-1  user  SCIHOME\atoms\nistdataset\0.3-1  I  !
 
-->atomsLoad('nistdataset')

Start Nistdataset
	Load macros
	Load help
	Load demos
	Type "demo_gui()" and search for "Nistdataset" for Demonstrations.

 ans  =
 
!nistdataset  0.3-1  user  SCIHOME\atoms\nistdataset\0.3-1  !
 
-->atomsTest('nistdataset')
   TMPDIR = C:\Users\vi-an\AppData\Local\Temp\SCI_TMP_6920_

   001/003 - [SCIHOME\atoms\nistdataset\0.3-1] read................passed 
   002/003 - [SCIHOME\atoms\nistdataset\0.3-1] readall.............passed 
   003/003 - [SCIHOME\atoms\nistdataset\0.3-1] bug_626.............passed 

   --------------------------------------------------------------------------
   Summary

   tests                        3 - 100 % 
   passed                       3 - 100 % 
   failed                       0 -   0 % 
   skipped                      0 -   0 % 
   length                          6.48 sec 
   --------------------------------------------------------------------------
 ans  =
 
     []
 
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.