Updated the readme file.
This commit is contained in:
parent
6d7acb3556
commit
2bc2e6d201
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Cut Off Grade Calculator
|
# Cut Off Grade Calculator
|
||||||
|
|
||||||
This is a Python script designed to calculate the cut-off grade. It first calculates recovery using a logistic model based on the weighted average grade. Then, it estimates the processing cost using a regression model derived from real cost data. Using the calculated recovery, processing cost, and net price, the script determines the cut-off grade. Finally, all of these calculations are visualized using a graph.
|
This Python script is designed to calculate the cut-off grade for use in Mining Economics. It begins by calculating the recovery using a logistic model based on the weighted average grade. Next, it estimates the processing cost through a regression model derived from actual cost data. Using the calculated recovery, processing cost, and net price, the script determines the cut-off grade. Finally, all calculations are visualized through a graph for better interpretation.
|
||||||
|
|
||||||
|
|
||||||
# Author
|
# Author
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue