Provide Enumerated Values for Named Arguments for Analysis Functions
Provide Enumerated Values for Named Arguments for Analysis Functions
For functions with arguments that have named values, provide enumerated choices (not AF enumeration but analysis native)
For instance, the LinRegr function returns an array of results (slope, intercept..). Rather than specifying the number for the dimension of the array, here is example analysis code:
Name Expression
RegressionData1 | LinRegr(‘Xvalues’,’Yvalues’,2, ‘t’,’*’)
Slope | RegressionData1[LinRegr.Slope]
Intercept | RegressionData1[LinRegr.Intercept]
ADMIN RESPONSE
Aug 20, 2022
We are declining this item as we don't feel it's the right fit with our overall product strategy. Thank you for your feedback, and please continue sharing your thoughts on how we can better serve you.