Critical t-value calculator - 2017

This is a refactored version of Joris Meurs' critical t function.
71 descargas
Actualizado 13 jun 2017

Ver licencia

This function is a refactored version of submission 54369 "critical-t-value-calculator" by Joris Meurs.
% critt looks up the critical t-value for specific cases.
%
% Used for getting the t-statistic for a number of degrees of freedom (1 to 100),
% a particular level of confidence (90%, 95%, or 99%), and either one or
% two tailed values.
%
% Usage:
% tValue = CritT(alfa,v,tail)
%
% Where:
% alfa is the significance level, specified as a fractional value.
% Supported values are 0.10 (90% confidence), 0.05 (95%), and 0.01 (99%).
% v is the number of degrees of freedom. Supported values are integers from 1 to 100.
% tail is the selector between a one- and two-tailed t-value. Supported
% values are 'one', and 'two'.
% tValue is the criticalt-value output.
%
% Table with alfa values and corresponding t-values were obtained by using
% the icdf functions.
%
% Developed by Joris Meurs BASc (2015)
%
% Edited by Francis Esmonde-White (2017)

Citar como

Francis Esmonde-White (2024). Critical t-value calculator - 2017 (https://www.mathworks.com/matlabcentral/fileexchange/63329-critical-t-value-calculator-2017), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2014b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Chemistry en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: Critical t-value calculator

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0