find_T0: Calculate T0 for a given list of glass fragments and...

View source: R/find_T0_multi.R

find_T0R Documentation

Calculate T0 for a given list of glass fragments and features.

Description

Calculates the "T0" value (the split corresponding to the maximum value of T^2) for a given list of data sets corresponding to glass fragment features assuming they're appropriate values corresponding to glass fragment features.

Usage

find_T0(data, i = 1, j = length(data))

Arguments

data

list of glass fragment chemical (or otherwise) features.

i

Starting element (default = 1)

j

Ending element (default = length(array))

Value

A numeric corresponding to the maximum between-sum-of-squares estimate from the sample.


SK4FGA documentation built on Feb. 16, 2023, 9:06 p.m.

Related to find_T0 in SK4FGA...