Skip to content

Commit 808599d

Browse files
committed
Fixed README
2 parents 1c729ba + 8a7ddcb commit 808599d

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

Projecto/Analytes.csv

-8
This file was deleted.

Projecto/README

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Problem: We have assay data from a series of analytes. We want to fit a model to
2+
each replicate of data, then measure how well the model fits.
3+
Approach:
4+
1. Read in the data from a .xlsx file "Data_for_Sarah" and use weighted_fitting.
5+
py to:
6+
2. Take a starting guess at parameter values for the model
7+
3. Evaluate the model at these guesses and calculate the error
8+
4. Minimize the error
9+
5. Record the quality of fit with the "backfit" value obs/pred
10+
Results: Stored in "Backfitting_Results.txt", a file containing each series of backfit values according to the analyte and replicate it came from.
11+
Next steps are to begin implementing Bayesian priors into fitting methods. Now I have the Python power!
12+

Projecto/~$Data_for_Sarah.xlsx

-171 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)