Home

STCcriterium

STCcriterium is a theoretical model-selection criterion used in discussions of predictive modeling and algorithm evaluation. It is not a standard in practice but serves as a conceptual tool to examine trade-offs between predictive accuracy and solution stability.

In the STCcriterium framework, each candidate model m is assigned a value composed of two parts: a

STC can stand for several expansions depending on context; common interpretations include Stability-Tuned Criterion, Structural Time

Applications include feature selection, hyperparameter tuning, and ensemble methods where robust models are preferred. STCcriterium is

History and reception: as a hypothetical notion, STCcriterium appears in theoretical discussions and workshops illustrating design

risk
term
R(m)
that
estimates
predictive
error
(for
example
via
cross-validation)
and
a
stability
term
S(m)
that
measures
how
much
the
chosen
model
varies
when
the
data
are
perturbed
(subsampling
or
bootstrapping).
The
STC
criterium
score
is
defined
as
C(m)
=
R(m)
+
lambda
*
S(m),
where
lambda
is
a
user-chosen
weight
controlling
the
importance
of
stability.
Constant
criterion,
or
Statistical
Thresholding
Criterion.
The
exact
wording
is
field-specific,
and
the
concept
is
kept
cross-disciplinary.
related
to
but
distinct
from
established
criteria
such
as
AIC
and
BIC
(which
emphasize
in-sample
fit
and
complexity)
and
to
stability
selection
approaches
that
bootstrap-based
variable
selection.
choices
in
model
selection;
practical
implementations
typically
adapt
the
stability
term
to
the
problem
at
hand
and
calibrate
lambda
through
validation.