Skip to content

Commit

Permalink
Update PSL-catalog on 2024-03-21
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 21, 2024
1 parent bf0b860 commit 069167b
Show file tree
Hide file tree
Showing 5 changed files with 1,617 additions and 1,734 deletions.
54 changes: 44 additions & 10 deletions Catalog/Behavioral-Responses.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@

<h1>Behavioral-Responses</h1>
<br />
<h5><p>Partial-equilibrium behavioral-responses module that works with Tax-Calculator</p></h5>
<h5>Partial-equilibrium behavioral-responses module that works with Tax-Calculator</h5>

</div>
<br />
<div class="banner-image">

<img alt="Behavioral-Responses" src="../imgs/PSL.svg" />
<img alt="" src="../imgs/PSL.svg" />

</div>
</div>
Expand All @@ -71,31 +71,65 @@ <h5><p>Partial-equilibrium behavioral-responses module that works with Tax-Calcu
<div class="text-box">
<div class="box-header"></div>
<div class="box-content">
<p>Behavioral-Responses, which is part of the Policy Simulation Library (PSL) collection of USA tax models, estimates partial-equilibrium behavioral responses to changes in the US federal individual income and payroll tax system as simulated by Tax-Calculator. It provides two ways of doing this: (1) the <code>response</code> function, which contains higher-level logic that supports the Tax-Brain "Partial Equilibrium Simulation" capability and requires specification of only the elasticities, and (2) the <code>quantity_response</code> function, which contains lower-level logic that requires specification of the quantity whose response is to be estimated, requires specification of the marginal tax rates and elasticities to be used in the response calculation, and allows the response estimation to be conducted by subgroup with different elasticities for each subgroup.</p>
Behavioral-Responses, which is part of the Policy Simulation Library (PSL) collection of USA tax models, estimates partial-equilibrium behavioral responses to changes in the US federal individual income and payroll tax system as simulated by Tax-Calculator. It provides two ways of doing this: (1) the `response` function, which contains higher-level logic that supports the Tax-Brain 'Partial Equilibrium Simulation' capability and requires specification of only the elasticities, and (2) the `quantity_response` function, which contains lower-level logic that requires specification of the quantity whose response is to be estimated, requires specification of the marginal tax rates and elasticities to be used in the response calculation, and allows the response estimation to be conducted by subgroup with different elasticities for each subgroup.
</div>
</div>



<div class="custom-section">

<div class="box">
<i class="fas fa-file-alt"> </i>
<h3>Policy Area</h3>
<p>Tax Microsimulation<br />Revenue Estimation<br />Distributional Analysis</p>
</div>

<div class="box">
<i class="fas fa-globe"> </i>
<h3>Geography</h3>
<p>United States</p>
</div>

<div class="box">
<i class="fas fa-code"> </i>
<h3>Language</h3>
<p>Python</p>
</div>

</div>


<div class="button-container">
<a class="button" href="http://PSLmodels.github.io/Behavioral-Responses/index.html">User documentation</a><a class="button" href="https://github.com/PSLmodels/Behavioral-Responses/blob/master/README.md">Contributor documentation</a><a class="button" href="https://www.ospc.org/taxbrain/">Link to webapp</a>

<a class="button" href="https://github.com/PSLmodels/Behavioral-Responses"
>Code Repository</a
>

<a class="button" href="http://PSLmodels.github.io/Behavioral-Responses/index.html"
>User Documentation</a
>

<a class="button" href="https://github.com/PSLmodels/Behavioral-Responses/blob/master/RELEASES.md"
>Recent Changes</a
>

</div>

<section class="maintainers-section">
<h2>Maintainers:</h2>
<div class="maintainer-container">
<div class="maintainers-grid">
<div class="maintainer-card non-clickable">

<a class="maintainer-card" href="https://github.com/MattHJensen/">
<button class="maintainer-image-btn">
<img
alt="Matt Jensen"
src="../imgs/default-maintainer.jpg"
alt="Matthew Jensen"
src="https://avatars.githubusercontent.com/u/8301092?v=4"
/>
</button>
<p>Matt Jensen</p>
</div>
<p>Matthew Jensen</p>
</a>

</div>
</div>
Expand Down
Loading

0 comments on commit 069167b

Please sign in to comment.