Welch-Satterwhaite equation

Version 1.2.0.0 (983 Bytes) by Joris Meurs
Calculating the degrees of freedom according to the Welch-Satterthwaite equation
104 Downloads
Updated 28 Mar 2016

View License

File name : 'WelchSatterthwaite.m'. This file can be used
for calculating the degrees of freedom for a
Student's t-distribution according to the Welch-Satterthwaite equation
Four input values : 'std1', 'st2', 'n1', 'n2'
One output value: 'df'
std1: Standard deviation of group 1
std2: Stanard deviation of group 2
n1: Number of arguments group 1
n2: Number of arguments group 2
df : Degrees of freedom
Developed by Joris Meurs BASc (2016)

Cite As

Joris Meurs (2024). Welch-Satterwhaite equation (https://www.mathworks.com/matlabcentral/fileexchange/56189-welch-satterwhaite-equation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Chemistry in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Removed spelling error

1.1.0.0

Renamed title

1.0.0.0