Tag Archives: test data

Testing Table Valued Functions with LINQPad

LINQPad is a lightweight software development tool for .net developers that can be installed easily within a minute. LINQPad users may find it practical to test table-valued functions of finaquant’s .net libraries Finaquant Protos or Calcs directly in LINQPad, especially … Continue reading

Posted in Calculation engine | Tagged , , , , , | Leave a comment

Creating test tables with finaquant® protos – 2

CombinateTableRows()1 is a table function in finaquant® protos (free .net library) which can be used for generating test tables including any number of dependent and independent attributes. public static MatrixTable CombinateTableRows(params MatrixTable[] TableArray)public static MatrixTable CombinateTableRows(params MatrixTable[] TableArray) This table … Continue reading

Posted in Calculation engine | Tagged , | Leave a comment

Creating test tables with finaquant® protos – 1

CombinateFieldValues_B()1 is one of the several table functions in finaquant® protos (free .net library) which can be used for generating test tables including any number of independent attributes. public static MatrixTable CombinateFieldValues_B(TableFields TFields, Dictionary TextAttribValues, Dictionary NumAttribValues, KeyValueRange DefaultRangeForAllKeyFigures, Dictionary … Continue reading

Posted in Calculation engine | Tagged , | Leave a comment

Generating test data with matlab and excel

Generating test data is not always about producing some random numbers. Sometimes it is about generating all possible combinations of given sets of attribute values. The following video shows how. Related matlab and excel VBA scripts for generating value combinations … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment