X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcategoricals.h;h=9e58f59eb0c2890bc6260089a1369b4cf9cb5629;hb=15ad18b01e1d7519be521c31b2a02dc123a1ff69;hp=2cec0b45cd3822ebbc6d7aff70ec34bf4b7ca530;hpb=d06112af3e59338577515f98ec929454d608db71;p=pspp-builds.git diff --git a/src/math/categoricals.h b/src/math/categoricals.h index 2cec0b45..9e58f59e 100644 --- a/src/math/categoricals.h +++ b/src/math/categoricals.h @@ -51,8 +51,14 @@ const struct variable * categoricals_get_variable_by_subscript (const struct cat const union value * categoricals_get_value_by_subscript (const struct categoricals *cat, int subscript); +double categoricals_get_weight_by_subscript (const struct categoricals *cat, int subscript); + +double categoricals_get_sum_by_subscript (const struct categoricals *cat, int subscript); + double categoricals_get_binary_by_subscript (const struct categoricals *cat, int subscript, const struct ccase *c); + + #endif