Phranakorn Rajabhat University Library

Cost-benefit analysis : Concepts and practice /

Boardman, Anthony E.

Cost-benefit analysis : Concepts and practice / Anthony Boardman ... [and others] - 4th ed. - Harlow : Pearson, 2014 - II, 500 p. : ill. ; 28 cm.

Includes bibliographical references (p. 523-543) and indexes

Chapter 1 Introduction to cost-benefit analysis page 1-26 -- Chapter 2 Conceptual foundations of cost-benefit analysis page 27-52 -- Chapter 3 Microeconomic foundations of cost-benefit analysis page 53-80 -- Chapter 4 Valuing benefits and costs in primary markets page 81-118 -- Chapter 5 Valuing benefits and costs in secondary markets page 119-136 -- Chapter 6 Discounting benefits and costs in future time periods page 137-170 -- Chapter 7 Dealing with uncertainty: Expected values, sensitivity analysis, and the value of information page 171-206 -- Chapter 8 Option price and option value page 207-230 -- Chapter 9 Existence value page 231-246 -- Chapter 10 The social discount rate page 247-284 -- Chapter 11 Predicting and monetizing impacts page 285-300 -- Chapter 12 Valuing impacts from observed behavior: Experiments and quasi-experiments page 301-334 -- Chapter 13 Valuing impacts from observed behavior: Direct estimation of demand curves page 335-356 -- Chapter 14 Valuing impacts from observed behavior: Indirect market methods page 357-388 -- Chapter 15 Shadow prices from secondary sources page 389-426 -- Chapter 16 Shadow prices: Applications to developing countries page 427-448 -- Chapter 17 Cost-effectiveness analysis page 449-474 -- Chapter 18 Distributionally weighted cost-benefit analysis page 475-492

9781292021911 1250 1292021918


COST EFFECTIVENESS
BUSINESS & ECONOMICS--MANAGEMENT

HD 47.4 / B62C 2014

มหาวิทยาลัยศรีปทุม (กทม.)
2410/2 ถ.พหลโยธิน เขตจตุจักร กรุงเทพฯ 10900
Tel : 02-579-1111, 02-561-2222
มหาวิทยาลัยศรีปทุม (ชลบุรี)
79 หมู่ 1 ถ.บางนา-ตราด ต.คลองตำหรุ อ.เมือง จ.ชลบุรี 20000
Tel : 038-146-123
มหาวิทยาลัยศรีปทุม (ขอนแก่น)
182/12 หมู่ 4 ถ.ศรีจันทร์ ต.ในเมือง อ.เมือง จ.ขอนแก่น 40000
Tel : 043-224-111


 

$(document).ready(function() { // Basic detection of search var searchBox = $('#transl1'); // This is standard OPAC search input id ?? // Actually standard is 'q' or 'idx'. // We want to trigger when the user sees results. // Usually we check if we are on search results page. if ($('body').hasClass('opac-results')) { var params = new URLSearchParams(window.location.search); var query = params.get('q'); if (query) { // Show Loading var container = $('
'); container.append('

✨ AI Recommendations

'); container.append('
Searching with AI...
'); // Prepend to main content // Selector depends on theme. 'div.maincontent' or '#opac-main' $('#userresults').prepend(container); $.ajax({ url: '/api/v1/contrib/aisearch/search?q=' + encodeURIComponent(query), method: 'GET', success: function(data) { container.find('.spinner').remove(); if (data && data.length > 0) { var ul = ''; container.append(ul); } else { container.append('

No AI recommendations found.

'); } }, error: function() { container.find('.spinner').remove(); container.append('

Error loading AI recommendations.

'); } }); } } });