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

Scidoe

Design of experiments
(769 downloads for this version - 18293 downloads for all versions)
Details
Version
0.2
A more recent valid version with binaries for Scilab 5.4 exists: 0.3
Authors
Michael Baudin
Maria Christopoulou
Yann Collette
Per A. Brodtkorb
Owner Organization
Various entities
Maintainer
Michael BAUDIN
License
Dependencies
Creation Date
February 15, 2013
Source created on
Scilab 5.4.x
Binaries available on
Scilab 5.4.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Install command
--> atomsInstall("scidoe")
Description
            Design of Experiments Toolbox

The goal of this toolbox is to provide design of experiments techniques, along
with functions for model building.

Features

Designs

 * scidoe_bbdesign — Box-Benhken design of experiments
 * scidoe_ccdesign — A Central Composite Design of Experiments
 * scidoe_ff2n — Full factorial design with 2 levels
 * scidoe_fracfact — Fractional Factorial Design
 * scidoe_fullfact — Full factorial design
 * scidoe_lhsdesign — Latin Hypercube Sampling
 * scidoe_star — Produces a star point design of experiments

Models

 * scidoe_multilinreg — Multivariate linear regression
 * scidoe_regress — Multiple linear regression
 * scidoe_regressprint — Print linear regression
 * scidoe_ryates — Reverse Yates algorithm to give estimated responses
 * scidoe_simplelinreg — Univariate linear regression
 * scidoe_yates — Calculates main and interaction effects using Yate's
algorithm.

Support

 * scidoe_compare — The default comparison function used in the sort-merge.
 * scidoe_pdist — Pairwise point distances of a matrix
 * scidoe_plotcube — Plots a d dimensions cube in [-1,1].
 * scidoe_sort — A flexible sorting function.
 * scidoe_sortdesign — Sort the experiments of a design of experiments
 * scidoe_string — Sort the experiments of a design of experiments
            
Files (2)
[138.66 kB]
Source code archive

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

News (0)
Comments (1)     Leave a comment 
Comment from Michael BAUDIN -- February 15, 2013, 10:13:26 AM    
Here is the changelog for this version.

scidoe (v0.2)
 * added doetbx_rsquared.sci
 * added doetbx_least_squares.sci
 * renamed doetbx_least_squares.sci to doetbx_simple_lin_reg.sci
 * added doetbx_multi_lin_reg.sci
 * updated the builder.sce, no errors shown, but outputs warnings
 * filled in readme.txt
 * added test_simple_lin_reg.tst,test_simple_lin_reg.dia.ref, test_multi_lin_reg.tst and 
test_multi_lin_reg.dia.ref in /unit_tests
 * added dependency on the 'Assert Toolbox' in readme.txt and project description
 * changed builder_help.sce file, to load without problem
 * removed doe_yates,doe_ryates, i4_bit_lo0,i4_bithi1,i4_xor
 * Massive cleanup
 * Fixed building and comments of doetbx_ff2n
 * Fixed building and comments of doetbx_fullfact
 * Fixed building and comments of scidoe_simplelinreg
 * Fixed building and comments of scidoe_multilinreg
 * Created scidoe_regress.
 * Created scidoe_regressprint.
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.