<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Methodology - How CourseHub Computes ROI on CourseHub - Online Course ROI Evaluation</title><link>https://coursehub-en.ai-term-hub.com/methodology/</link><description>Evaluate ROI of 800+ online courses from Coursera, Udemy, edX, Pluralsight, DataCamp with completion rate, salary lift, and personalized ROI calculator.</description><generator>Hugo 0.140.0</generator><language>en-us</language><managingEditor>CourseHub (CourseHub)</managingEditor><webMaster>CourseHub (CourseHub)</webMaster><lastBuildDate>Sun, 26 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://coursehub-en.ai-term-hub.com/methodology/index.xml" rel="self" type="application/rss+xml"/><item><title>Confidence Model - CourseHub Confidence Scoring</title><link>https://coursehub-en.ai-term-hub.com/methodology/confidence-model/</link><pubDate>Sun, 26 Jul 2026 00:00:00 +0000</pubDate><author>CourseHub (CourseHub)</author><guid>https://coursehub-en.ai-term-hub.com/methodology/confidence-model/</guid><description>&lt;h1 id="confidence-model">Confidence Model&lt;/h1>
&lt;p>CourseHub assigns a confidence level to each course&amp;rsquo;s ROI evaluation. This page documents the methodology.&lt;/p>
&lt;h2 id="three-confidence-levels">Three Confidence Levels&lt;/h2>
&lt;h3 id="high-confidence">High Confidence&lt;/h3>
&lt;ul>
&lt;li>Platform-published completion rate&lt;/li>
&lt;li>Verified salary data from LinkedIn, Glassdoor, or Levels.fyi&lt;/li>
&lt;li>Course data updated within 90 days&lt;/li>
&lt;li>Multiple data sources confirm the metrics&lt;/li>
&lt;/ul>
&lt;h3 id="medium-confidence">Medium Confidence&lt;/h3>
&lt;ul>
&lt;li>Estimated completion rate based on similar courses&lt;/li>
&lt;li>Verified salary data from a single source&lt;/li>
&lt;li>Course data updated within 180 days&lt;/li>
&lt;li>Some parameters estimated&lt;/li>
&lt;/ul>
&lt;h3 id="low-confidence">Low Confidence&lt;/h3>
&lt;ul>
&lt;li>Multiple estimated parameters&lt;/li>
&lt;li>Stale data (&amp;gt; 180 days old)&lt;/li>
&lt;li>Salary data inferred from category averages&lt;/li>
&lt;li>Course newly listed with no completion data&lt;/li>
&lt;/ul>
&lt;h2 id="confidence-score-calculation">Confidence Score Calculation&lt;/h2>
&lt;pre tabindex="0">&lt;code>confidence_score = 0
+ (1.0 if completion_rate_source == &amp;#34;platform&amp;#34; else 0.3)
+ (1.0 if salary_source == &amp;#34;verified&amp;#34; else 0.3)
+ (1.0 if data_age &amp;lt; 90 days else 0.5 if &amp;lt; 180 days else 0.2)
confidence_level = &amp;#34;High&amp;#34; if score &amp;gt;= 2.5 else &amp;#34;Medium&amp;#34; if score &amp;gt;= 1.5 else &amp;#34;Low&amp;#34;
&lt;/code>&lt;/pre>&lt;h2 id="how-to-use-confidence-levels">How to Use Confidence Levels&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>High confidence&lt;/strong>: ROI estimate is reliable; can be used for major investment decisions&lt;/li>
&lt;li>&lt;strong>Medium confidence&lt;/strong>: ROI estimate is reasonable; verify with primary sources before large investment&lt;/li>
&lt;li>&lt;strong>Low confidence&lt;/strong>: ROI estimate is rough; treat as a directional indicator only&lt;/li>
&lt;/ul>
&lt;h2 id="improving-confidence">Improving Confidence&lt;/h2>
&lt;p>If you have access to better data sources for a specific course, please &lt;a href="https://coursehub-en.ai-term-hub.com/contact/">contact us&lt;/a>. We update confidence levels as new data becomes available.&lt;/p></description></item><item><title>Data Sources - CourseHub Data Sources</title><link>https://coursehub-en.ai-term-hub.com/methodology/data-sources/</link><pubDate>Sun, 26 Jul 2026 00:00:00 +0000</pubDate><author>CourseHub (CourseHub)</author><guid>https://coursehub-en.ai-term-hub.com/methodology/data-sources/</guid><description>&lt;h1 id="data-sources">Data Sources&lt;/h1>
&lt;p>CourseHub aggregates data from multiple sources to compute ROI scores. This page documents each source.&lt;/p>
&lt;h2 id="course-metadata">Course Metadata&lt;/h2>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Source&lt;/th>
&lt;th>Coverage&lt;/th>
&lt;th>Update Frequency&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Coursera public catalog&lt;/td>
&lt;td>All listed courses&lt;/td>
&lt;td>Weekly&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Udemy API&lt;/td>
&lt;td>Top-rated courses&lt;/td>
&lt;td>Weekly&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>edX API&lt;/td>
&lt;td>All listed courses&lt;/td>
&lt;td>Weekly&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Pluralsight catalog&lt;/td>
&lt;td>All listed courses&lt;/td>
&lt;td>Weekly&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>DataCamp course list&lt;/td>
&lt;td>All listed courses&lt;/td>
&lt;td>Weekly&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;h2 id="completion-rate">Completion Rate&lt;/h2>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Source&lt;/th>
&lt;th>Method&lt;/th>
&lt;th>Confidence&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Platform-published statistics&lt;/td>
&lt;td>Direct from MOOC reports&lt;/td>
&lt;td>High&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Industry research papers&lt;/td>
&lt;td>Academic studies on MOOC completion&lt;/td>
&lt;td>Medium&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>CourseHub estimation&lt;/td>
&lt;td>Based on course difficulty, length, price&lt;/td>
&lt;td>Low&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;h2 id="salary-lift">Salary Lift&lt;/h2>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Source&lt;/th>
&lt;th>Coverage&lt;/th>
&lt;th>Update Frequency&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>LinkedIn Salary&lt;/td>
&lt;td>US job market&lt;/td>
&lt;td>Monthly&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Levels.fyi&lt;/td>
&lt;td>Tech industry&lt;/td>
&lt;td>Monthly&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Glassdoor&lt;/td>
&lt;td>Cross-industry&lt;/td>
&lt;td>Monthly&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>BLS OES&lt;/td>
&lt;td>US Bureau of Labor Statistics&lt;/td>
&lt;td>Annual&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>CourseHub estimation&lt;/td>
&lt;td>Category average for missing data&lt;/td>
&lt;td>Quarterly&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;h2 id="pricing">Pricing&lt;/h2>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Source&lt;/th>
&lt;th>Notes&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Platform list price&lt;/td>
&lt;td>Captured weekly&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Promotional pricing&lt;/td>
&lt;td>Not included (uses list price)&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Subscription pricing&lt;/td>
&lt;td>Normalized to per-course equivalent&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;h2 id="course-duration">Course Duration&lt;/h2>
&lt;ul>
&lt;li>Estimated from syllabus and module count&lt;/li>
&lt;li>Cross-referenced with platform-stated duration&lt;/li>
&lt;li>Includes video lectures, readings, assignments, and projects&lt;/li>
&lt;/ul>
&lt;h2 id="confidence-assignment">Confidence Assignment&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>High&lt;/strong>: Direct platform data + verified salary data + recent update (&amp;lt; 90 days)&lt;/li>
&lt;li>&lt;strong>Medium&lt;/strong>: Estimated data + verified salary data OR direct data + estimated salary&lt;/li>
&lt;li>&lt;strong>Low&lt;/strong>: Multiple estimated parameters or stale data (&amp;gt; 180 days)&lt;/li>
&lt;/ul>
&lt;h2 id="see-also">See Also&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://coursehub-en.ai-term-hub.com/methodology/roi-formula/">ROI Formula&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://coursehub-en.ai-term-hub.com/methodology/confidence-model/">Confidence Model&lt;/a>&lt;/li>
&lt;/ul></description></item><item><title>ROI Formula - CourseHub ROI Model</title><link>https://coursehub-en.ai-term-hub.com/methodology/roi-formula/</link><pubDate>Sun, 26 Jul 2026 00:00:00 +0000</pubDate><author>CourseHub (CourseHub)</author><guid>https://coursehub-en.ai-term-hub.com/methodology/roi-formula/</guid><description>&lt;h1 id="roi-formula">ROI Formula&lt;/h1>
&lt;p>The CourseHub ROI formula quantifies the financial return of an online course.&lt;/p>
&lt;h2 id="formula">Formula&lt;/h2>
&lt;pre tabindex="0">&lt;code>ROI = (expected_gain − total_investment) / total_investment × 100%
where:
expected_gain = baseline_salary × salary_lift × completion_rate
total_investment = course_price + (duration_hours × hourly_rate)
&lt;/code>&lt;/pre>&lt;h2 id="worked-example">Worked Example&lt;/h2>
&lt;p>Consider a $49.99 course with these parameters:&lt;/p>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Parameter&lt;/th>
&lt;th>Value&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>baseline_salary&lt;/td>
&lt;td>$60,000&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>salary_lift&lt;/td>
&lt;td>+10%&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>completion_rate&lt;/td>
&lt;td>70%&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>course_price&lt;/td>
&lt;td>$49.99&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>duration_hours&lt;/td>
&lt;td>40&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>hourly_rate&lt;/td>
&lt;td>$30&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>Computation:&lt;/p>
&lt;pre tabindex="0">&lt;code>expected_gain = $60,000 × 0.10 × 0.70 = $4,200
total_investment = $49.99 + (40 × $30) = $1,249.99
ROI = ($4,200 − $1,249.99) / $1,249.99 × 100% = 236%
&lt;/code>&lt;/pre>&lt;h2 id="roi-score-0-10">ROI Score (0-10)&lt;/h2>
&lt;p>The ROI score normalizes ROI to a 0-10 scale:&lt;/p></description></item></channel></rss>