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