Writes Calculation data to file in the event that the estimator is not used in favor of naive calculation
Writes Calculation data to file in the event that the estimator is not used in favor of naive calculation
Calculation instances
file name
Writes relevant delimiter information to file
Alternate to estimatesToFileMult for bootstrapping data
Writes list of mutual information estimates to file.
Writes list of mutual information estimates to file.
It takes the mutual information data as a list of tuples; each tuple contains: - a pair of integers specifying a pair of row, column bin sizes; - A list of tuples, each containing an MI estimate (intercept from the linear regression) and its 95% confidence interval.
List of (bin sizes, list of (MI estimate, confidence interval), optional weight)
Name of the file to write.
Loads a 2D data table from a file as a matrix of Doubles.
Loads a 2D data table from a file as a matrix of Doubles.
Each line of the file is expected to contain a whitespace-separated list of numbers that can be cast as Doubles. Used as a helper function for loading dose-response datasets (by loadList).
Name of file to load.
The data, as a matrix of doubles.
Loads parameters from a file, or returns an empty list if no file is given.
Loads parameters from a file, or returns an empty list if no file is given.
The parameters should be contained in a text file with each name/value pair on its own line, separated by a tab character.
Name of file to load, or None.
List of tuples containing parameter name/value pairs.
Loads arbitrary numbers of columns into 2D vector
Loads arbitrary numbers of columns into 2D vector
Currently, the remainder of the program can only handle 4 columns or fewer correctly
Name of file to load.
2D vector of data from file
Writes relevant estimate information to file
Writes relevant estimate information to file
Map of value names and their estimate and error
file name
Alternate to optInfoToFile for bootstrapped data
Writes data to a whitespace-separated file.
Writes data to a whitespace-separated file.
In the event of multiple signals or responses per data point, values are separated by single spaces and signal/response data is separated by tabs
The list of pairs to write.
Name of the file to write.
Writes mutual information regression data to a file.
Writes mutual information regression data to a file.
Can be useful for debugging. The tuple d given as an argument contains three entries: - the list of inverse sample sizes - the list of mutual information values
(inverse sample sizes, MI list)
Name of the file to write.
This object contains methods for writing and reading various types of data to and from files.