8 lines
No EOL
544 B
Markdown
Executable file
8 lines
No EOL
544 B
Markdown
Executable file
# Cut Off Grade Calculator
|
|
|
|
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
|
|
|
|
Made by Batuhan Berk Başoğlu |