ZhouWenTao/专升本设计/概率算法 1.md

16 lines
659 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

出分前
1.基础值 = 省控线_25 + (省控线_25 - 省控线_24)
预估省控线_26 = 基础值 + difficulty_offset (试卷难易程度)+ policy_offset(招生计划扩招/缩招)(若用户手动修改,则以用户值为准)
2.Δ = 预估省控线_26 - 省控线_25
等效分_25 = 预估分_26 - Δ
预估位次_26 = 查表(等效分_25) × 总人数系数
出分后
排序键 = (软科综合排名, 软科专业排名, 招生计划数)
累计计划 = 按排序累加招生计划
命中院校 = 第一个累计计划 ≥ 用户位次的院校
冲刺 = 命中院校及之前1-2所若有
稳妥 = 命中院校后40%院校
保底 = 剩余院校