BIN_outcome_function_sample {LoTTA}R Documentation

Function that evaluates the binary outcome function in a domain x, given the coefficients

Description

Function that evaluates the binary outcome function in a domain x, given the coefficients

Usage

BIN_outcome_function_sample(coef_s, x, d_x, s_x)

Arguments

coef_s
  • list with the function coefficients

x
  • points at which the function is evaluated

d_x
  • shifting parameter that was used to normalize x

s_x
  • scaling parameter that was used to normalize x

Value

list with the values of the function


[Package LoTTA version 0.1.1 Index]