Ttestp and Release Notes Version 6 7: Difference between pages

From Eigenvector Research Documentation Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>Jeremy
No edit summary
 
imported>Scott
 
Line 1: Line 1:
===Purpose===


Evaluates t-distribution and its inverse.


===Synopsis===
Version 6.7 of PLS_Toolbox and Solo was released in March, 2012.


:y = ttestp(x,a,z)
For general product information, see [http://www.eigenvector.com/software/pls_toolbox.htm PLS_Toolbox Product Page]. For information on Solo, see [http://www.eigenvector.com/software/solo.htm Solo Product Page].


===Description===
(back to [[Release Notes PLS Toolbox and Solo]])


Evaluates a t-distribution with input flag <tt>z</tt>. For <tt>z = 1</tt> the output <tt>y</tt> is the probability point for given t-statistic <tt>x</tt> with <tt>a</tt> degrees of freedom. For <tt>z = 2</tt> the output <tt>y</tt> is the t-statistic for given probability point <tt>x</tt> with <tt>a</tt> degrees of freedom.
==NEW FEATURES==


===Examples===
===Design Of Experients (DOE) Tools===
* bla


   y = ttestp(1.9606,5000,1)
===Other Method Improvements===
* bla
    
===Preprocessing===
* bla
 
===Import / Export===
* bla
 
===DataSet Editor===
* bla


  y = 0.025
===Plot Controls===
* Selectable plot themes. [[Image:Figbg_color.gif|thumb|| ]]
* bla


  y = ttestp(0.005,5000,2)
===[[AnalysisWindow_Layout|Analysis Window]]===
* Show CV results for confusion table when available.
* Improved [[modelcache]] performance and string handling.


  y = 2.533
===[[WorkspaceBrowser_Layout|Workspace Browser]] ===
* Drag Drop - Enable dragging and dropping of system files onto the Browser window as well as to Analysis window. Enhanced highlighting of drop location.


===See Also===
===Command-line Tool Changes===
* bla


[[ftest]], [[statdemo]]
 
==NEW FUNCTIONS AND FILES==
 
*''Full Support for Matlab R2012a''
 
===Misc New Functions===
:[[autoexport]] - Exports a DataSet object to a file of the specified format.
:[[classsummary]] - List class and axisscale distributions for a DataSet.
:[[figuretheme]] - Resets a figure background and axes to a specified color.
:[[meantrimmed]] - Trimmed mean.
:[[mediantrimmed]] - Trimmed median.
:[[windowfilter]] - Spectral filtering.
 
===Design of Analysis Tools===
:[[anovadoe]]        - Function to perform ANOVA for 2^k factorial model X, Y data
 
===Other Changes===
 
:[[crossval]] - improved display of classification results, improved integration with model input

Revision as of 10:36, 7 March 2012


Version 6.7 of PLS_Toolbox and Solo was released in March, 2012.

For general product information, see PLS_Toolbox Product Page. For information on Solo, see Solo Product Page.

(back to Release Notes PLS Toolbox and Solo)

NEW FEATURES

Design Of Experients (DOE) Tools

  • bla

Other Method Improvements

  • bla

Preprocessing

  • bla

Import / Export

  • bla

DataSet Editor

  • bla

Plot Controls

Analysis Window

  • Show CV results for confusion table when available.
  • Improved modelcache performance and string handling.

Workspace Browser

  • Drag Drop - Enable dragging and dropping of system files onto the Browser window as well as to Analysis window. Enhanced highlighting of drop location.

Command-line Tool Changes

  • bla


NEW FUNCTIONS AND FILES

  • Full Support for Matlab R2012a

Misc New Functions

autoexport - Exports a DataSet object to a file of the specified format.
classsummary - List class and axisscale distributions for a DataSet.
figuretheme - Resets a figure background and axes to a specified color.
meantrimmed - Trimmed mean.
mediantrimmed - Trimmed median.
windowfilter - Spectral filtering.

Design of Analysis Tools

anovadoe - Function to perform ANOVA for 2^k factorial model X, Y data

Other Changes

crossval - improved display of classification results, improved integration with model input