<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on deblina</title>
    <link>https://deblina.net/posts/</link>
    <description>Recent content in Posts on deblina</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright> Deblina Mukherjee — No rights reserved.</copyright>
    <lastBuildDate>Mon, 24 May 2021 20:06:49 -0500</lastBuildDate>
    <atom:link href="https://deblina.net/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Making Mad-Libs</title>
      <link>https://deblina.net/posts/2021/05/making-mad-libs/</link>
      <pubDate>Fri, 21 May 2021 00:00:00 +0000</pubDate>
      <guid>https://deblina.net/posts/2021/05/making-mad-libs/</guid>
      <description>&lt;p&gt;We played with an write-your-own-article / Mad-libs format a couple times of times at the &lt;a href=&#34;https://chicagoshadydealer.com/&#34;&gt;&lt;em&gt;The Dealer&lt;/em&gt;&lt;/a&gt; this year &amp;ndash; see examples &lt;a href=&#34;https://chicagoshadydealer.com/index.php/2021/05/10/mad-libs-write-a-thinker-article/&#34;&gt;here&lt;/a&gt; and &lt;a href=&#34;https://chicagoshadydealer.com/index.php/2020/11/03/candidate-wins-presidency/&#34;&gt;here&lt;/a&gt; &amp;ndash; and it&amp;rsquo;s really nice illustration of basic jQuery functionality. This is a small tutorial of the code behind those articles. Major credits to &lt;a href=&#34;https://re-stern.com/&#34;&gt;R.E.&lt;/a&gt; for pioneering the form.&lt;/p&gt;&#xA;&lt;p&gt;A run-of-the-mill input is pretty straight forward in HTML. (In the Dealer&amp;rsquo;s Wordpress backend, you can write HTML using the text tab on the classic editor.) For example:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Professor Richards&#39; Words to Distinguish</title>
      <link>https://deblina.net/posts/2021/03/professor-richards-words-to-distinguish/</link>
      <pubDate>Sun, 21 Mar 2021 00:00:00 +0000</pubDate>
      <guid>https://deblina.net/posts/2021/03/professor-richards-words-to-distinguish/</guid>
      <description>&lt;p&gt;In his syllabus for the Winter 2021 edition of the History and Philosophy of Science II (Late Renaissance through the Enlightenment), Professor Robert Richards made note of some commonly confused word pairs.&lt;/p&gt;&#xA;&lt;h2 id=&#34;refute-vs-rebut&#34;&gt;Refute vs Rebut&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;To refute is to actually prove something isn&amp;rsquo;t true&lt;/li&gt;&#xA;&lt;li&gt;To rebut is to &lt;em&gt;try&lt;/em&gt; and prove something isn&amp;rsquo;t true&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;comprise-vs-compose&#34;&gt;Comprise vs compose&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;To comprise is to include or contain&lt;/li&gt;&#xA;&lt;li&gt;To compose means to make up or form the basis of&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The whole &lt;em&gt;comprises&lt;/em&gt; the elements or parts, and the elements or parts &lt;em&gt;compose&lt;/em&gt; the whole.&lt;/p&gt;</description>
    </item>
    <item>
      <title>STAT 224 Notes</title>
      <link>https://deblina.net/posts/2020/12/stat-224-notes/</link>
      <pubDate>Sat, 05 Dec 2020 00:00:00 +0000</pubDate>
      <guid>https://deblina.net/posts/2020/12/stat-224-notes/</guid>
      <description>&lt;p&gt;These are notes for STAT 224: Applied Regression Analysis, taught by James Dignam.&lt;/p&gt;&#xA;&lt;h2 id=&#34;lecture-3&#34;&gt;Lecture 3&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Inference tests test the importance of the predictor&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-4&#34;&gt;Lecture 4&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Can do all the regular things (confidence intervals, etc) to $\beta$s&lt;/li&gt;&#xA;&lt;li&gt;$R^2$ is a measure of explained variation&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-5&#34;&gt;Lecture 5&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;MLR is regression with many predictors&lt;/li&gt;&#xA;&lt;li&gt;Coefficients are one unit change holding all other predictors constant&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-6&#34;&gt;Lecture 6&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;F-Test tests whether all the coefficients are simultaneously 0&lt;/li&gt;&#xA;&lt;li&gt;Standardized residuals residuals have mean 0 and variance 1 and are dependent also&lt;/li&gt;&#xA;&lt;li&gt;Internally studentized residuals are approx. normal and have mean 0 and variance 1&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-7&#34;&gt;Lecture 7&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Regression relies on assumptions about the model&amp;rsquo;s form and about the errors&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Mean of response is a linear function of predictors (linearity)&lt;/li&gt;&#xA;&lt;li&gt;Errors need to be normally distributed&lt;/li&gt;&#xA;&lt;li&gt;Errors need to have mean of 0&lt;/li&gt;&#xA;&lt;li&gt;Errors and resposne have constant variance over predictors&lt;/li&gt;&#xA;&lt;li&gt;Errors are independent of each other&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-8&#34;&gt;Lecture 8&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Ordinal and nominal categorical variables&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Represented in regression by dummy/indicator variables&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Different categories need to be mutually exclusive&lt;/li&gt;&#xA;&lt;li&gt;Omitted category is the base/control/reference category&lt;/li&gt;&#xA;&lt;li&gt;Don&amp;rsquo;t keep interactions in the model without the corresponding main effects in the model (talk about effects of both, they go together now)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-9&#34;&gt;Lecture 9&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Confounder is variable related to the predictor of interest and causally related to outcome but not in the causal pathway&lt;/li&gt;&#xA;&lt;li&gt;Temporal ordering necessary in causal relationships&lt;/li&gt;&#xA;&lt;li&gt;Effect modifiers are factors related to both predictors and response (they modify the strength of the association)&lt;/li&gt;&#xA;&lt;li&gt;Control of confounding is key in explanatory modeling&#xA;&lt;ul&gt;&#xA;&lt;li&gt;positive confounders overestimates the effect and vice versa&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-10&#34;&gt;Lecture 10&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When linear regression assumptions violated, tranform&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When transforming, all estimates and confidence intervals are expressed in that scale&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Different violations call for different transformations&#xA;&lt;ul&gt;&#xA;&lt;li&gt;non-normality is the least serious violation&lt;/li&gt;&#xA;&lt;li&gt;log transformation works when process/relationship is on a multiplicative scale&lt;/li&gt;&#xA;&lt;li&gt;square root form can have more stable variance over values&lt;/li&gt;&#xA;&lt;li&gt;Box-Cox Transformation is power transformation (find lambda)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Rank order preserving&lt;/li&gt;&#xA;&lt;li&gt;$\lambda = -1$ is an inverse transform etc.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-11&#34;&gt;Lecture 11&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Logit transform percentages ($\text{logit}(p)) = \log\frac{p}{1-p}$)&lt;/li&gt;&#xA;&lt;li&gt;Reasons to transform:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Unequal variance in the response variable&lt;/li&gt;&#xA;&lt;li&gt;Response variable not normally distributed (distribution the variable comes from has variance related to the mean)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Weighted Lease Squares (WLS) permits differential influence of data points&lt;/li&gt;&#xA;&lt;li&gt;Autocorrelation is when error terms are correlated&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Still apparent randomness among the residuals, but some kind of serial pattern that suggests lack of independence (implies heteroscedasticity)&lt;/li&gt;&#xA;&lt;li&gt;Same observations in different time periods&lt;/li&gt;&#xA;&lt;li&gt;Spatially close observations&lt;/li&gt;&#xA;&lt;li&gt;Experiments run in batches&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Durbin-Watson Test detects serial correlation&lt;/li&gt;&#xA;&lt;li&gt;Cochrane-Orcutt transformation corrects for autocorrelated errors&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-12&#34;&gt;Lecture 12&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Multicollinearity is when some or all predictors in a model are correlated with each other&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Not an error; arises from the lack of independent information about predictor variables in the dataset&lt;/li&gt;&#xA;&lt;li&gt;Threatens interpretation that coefficient is the incrase in the mean of Y for one-unit increase in X&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;How much can we permit, and what do we do if there&amp;rsquo;s too much?&#xA;&lt;ul&gt;&#xA;&lt;li&gt;All statistically independent means predictors are &lt;em&gt;orthogonal&lt;/em&gt;&lt;/li&gt;&#xA;&lt;li&gt;If collinearity is strong and ignored, all CIs become larger and $\beta$s become unstable (change substantially when other variables are added/removed)&lt;/li&gt;&#xA;&lt;li&gt;Less of a concern for predictions; more of a concern for explaining a phenomenon&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Signs of multicollinearity:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;F test is significant but all individual t-tests are nonsignificant&lt;/li&gt;&#xA;&lt;li&gt;A $\beta$ has opposite sign than expected&lt;/li&gt;&#xA;&lt;li&gt;General instability in estimates&lt;/li&gt;&#xA;&lt;li&gt;Large standard errors&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Variance Inflation Factor (VIF), where J is a predictor $$\text{VIF} = \frac{1}{1-R_j^2}$$&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Greater than 10 is multicollinear by convention&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;What to do:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Get more / better data&lt;/li&gt;&#xA;&lt;li&gt;Omit redundant variables&lt;/li&gt;&#xA;&lt;li&gt;Constrained regression&lt;/li&gt;&#xA;&lt;li&gt;Principal Components&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-13&#34;&gt;Lecture 13&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Variable selection:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;forward selection (add predictor with highest correlation with Y, then add highest partial correlation),&lt;/li&gt;&#xA;&lt;li&gt;backward selection (begin with all predictors, remove one with smallest t statistic), stepwise selection (add predictor as in forward selection, consider omitting based on backward),&lt;/li&gt;&#xA;&lt;li&gt;common approach (choose significant variables, put in MLR and remove non-significant, repeat until no more removing criteria)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Residual Mean Square is related to $R^2$ [\text{RMS} = \frac{\text{SSE}}{n - p}]&lt;/li&gt;&#xA;&lt;li&gt;Use AIC and BIC to see if models are nested or not (those metrics balance information extracted from the data and number of parameters)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-14&#34;&gt;Lecture 14&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Logistic regression is when response variable $Y$ is binary discrete variable (taking values 0 or 1)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The model predicts the logit of the response as a linear function of predictors&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Risk difference is the difference between one group and the other, as a proportion of the total&lt;/li&gt;&#xA;&lt;li&gt;Odds ratio is ratio of odds of event in each exposure group&lt;/li&gt;&#xA;&lt;li&gt;Difference of log odds is basic effect measure (same as log odds ratio)&lt;/li&gt;&#xA;&lt;li&gt;Use MLE because error structure is different&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Null hypothesis is independence vs. association&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-15&#34;&gt;Lecture 15&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Even in logistic regression, each covariate is an &lt;strong&gt;adjusted effect&lt;/strong&gt; meaning hold other predictors constant&lt;/li&gt;&#xA;&lt;li&gt;Coefficients are log odds ($E^\beta_1$ is odds ratio)&lt;/li&gt;&#xA;&lt;li&gt;Multiple logistic regression analysis:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Likelihood Ratio &amp;ndash; like F-Test for linear model, surfaces significant predictors&#xA;&lt;ul&gt;&#xA;&lt;li&gt;LR has $\chi^2$ distribution with DF = # of model parameters&lt;/li&gt;&#xA;&lt;li&gt;As in SLR, redundant with test of only one predictor&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Hosmer-Lemeshow test measure goodness-of-fit (can id systemic variation that is not explained)&lt;/li&gt;&#xA;&lt;li&gt;AIC and BIC can also be used&lt;/li&gt;&#xA;&lt;li&gt;ROC curves plots sensitivity vs false positive rate (perfect prediction has area under curve of 1, best classifier is in upper left corner)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Can tell you what classification threshold to use (w. validation in independent samples)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;lecture-16&#34;&gt;Lecture 16&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Generalized linear models are a framework for unifying theory and estimation models (need different: response, link function, error term, model)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Link function addresses how linear predictor $\chi \beta$ relates to $E(Y)$&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Poisson Regression (models count variables i.e. can&amp;rsquo;t be negative, as outcome)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Assumption: conditional on the predictors the conditional mean and variance of the outcome are equal&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Don&amp;rsquo;t use when variance exceeds the mean (overdispersed Poisson random variable) or too many zeros (zero-inflated Poisson)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Use goodness-of-fit test to determine whether the model form fits data&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Maverick Markets Notes</title>
      <link>https://deblina.net/posts/2020/04/maverick-markets-notes/</link>
      <pubDate>Mon, 20 Apr 2020 00:00:00 +0000</pubDate>
      <guid>https://deblina.net/posts/2020/04/maverick-markets-notes/</guid>
      <description>&lt;p&gt;This is a guide to the double-starred readings that will be on the exam.&lt;/p&gt;&#xA;&lt;h3 id=&#34;hirschman-a-1986-rival-views-of-market-society-and-other-recent-essays-new-york-viking-ch5-rival-views-of-market-society-pp-105-41&#34;&gt;Hirschman, A., 1986, Rival Views of Market Society and Other Recent Essays. New York: Viking ch.5: Rival Views of Market Society, pp. 105-41&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Covers different organizations of economy:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Subsistence&lt;/li&gt;&#xA;&lt;li&gt;Fuedal&lt;/li&gt;&#xA;&lt;li&gt;Capitalism&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Interpretation and evaluation of capitalism is historically contingent&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&amp;ldquo;The idea that the social order &amp;ndash; intermediate between the fortituitous and the unchangeable &amp;ndash; may be an important cause of human unhappiness became widespread only in the modern age&amp;rdquo; (105)&lt;/li&gt;&#xA;&lt;li&gt;Idea of changing social order to increase happiness is modern&lt;/li&gt;&#xA;&lt;li&gt;Coincides with idea that human actions can have unintended consequences&lt;/li&gt;&#xA;&lt;li&gt;Arguments rooted in existance&lt;/li&gt;&#xA;&lt;li&gt;Precedence of embededness&lt;/li&gt;&#xA;&lt;li&gt;Capitalism evocative (simple models implausible)&lt;/li&gt;&#xA;&lt;li&gt;Response based/dialectec transformation theory&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;The Doux-Commerce Thesis:&lt;/strong&gt; commerce is a civiling agent of considerable power and range&#xA;&lt;ul&gt;&#xA;&lt;li&gt;According to Hume and Smith, fosters industriousness and assiduity, frugality, punctuality, and probity)&lt;/li&gt;&#xA;&lt;li&gt;Market becomes cetral positon for the satisfaction of human wants&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;The Self-Destruction Thesis:&lt;/strong&gt; capitalist society tends to undermine moral foundations on which society must rest&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Appeals to individual self-interest over collective interest (Capitalism has within it the seeds of its own destruction)&lt;/li&gt;&#xA;&lt;li&gt;Capitalism throttles all other institutions (commodifies everything)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Eclipse of the doux-commerce thesis&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Doux-commerce questioned and set aside in the latte rpart of the 18th century (industrialism wreaked havoc)&lt;/li&gt;&#xA;&lt;li&gt;Durkheim appears to generate a neo-doux commerce thesis, but is aware that any esnse of harmony generated by the division labor was an unintended consequence (superficial at best)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;The Fuedal Shackles Thesis&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Contends that the capitalist revolution was never finished, left hanging as bourgeoisie market-bearers bowed to the demands of aristocrats and traditional authority figures&lt;/li&gt;&#xA;&lt;li&gt;Less than fully mature capitalist system (peripheral nations from World Systems theory &amp;ndash; these theorists will try and explain why capitalism never matured)&lt;/li&gt;&#xA;&lt;li&gt;American exceptionalism: America came into being without the confines of a feudal past (also a curse according to Hartz &amp;ndash; less ideological diversity)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;This is a survey of different conceptions of capitalism &amp;ndash; a coherant but complex analytic (tableau ideologique)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;granovetter-m-1985-economic-action-and-social-structure-american-journal-of-sociology-913481-510&#34;&gt;Granovetter, M., 1985, &amp;ldquo;Economic Action and Social Structure&amp;rdquo;, American Journal of Sociology 91(3):481-510&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Rejects &amp;ldquo;over-socialized&amp;rdquo; view of some sociologists who think that choice is meaningless but also rejects the &amp;ldquo;under-socialized&amp;rdquo; view of economists who think that morals and values are not important&lt;/li&gt;&#xA;&lt;li&gt;Creates concept of &amp;ldquo;embeddedness&amp;rdquo; &amp;ndash; that economic action is &amp;ldquo;inside&amp;rdquo; social relations (i.e. larger structure provides opportunities and creates incentives)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Uses the term &amp;ldquo;social networks&amp;rdquo; &amp;ndash; and many attendant measures &amp;ndash; to describe aspect of social structure that affects economic outcomes&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Institution is durable way of doing things at national level (different from Stinchcombe, DiMaggio, and Powell, Scott, and Meyer and Rowan conceptions of institution)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;akerlof-g-1982-labor-contracts-as-partial-gift-exchange-quarterly-journal-of-economics-97543-69&#34;&gt;Akerlof, G., 1982, &amp;ldquo;Labor Contracts as Partial Gift Exchange,&amp;rdquo; Quarterly Journal of Economics 97:543-69&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Economics piece: notices that people work more than required, conceptualizes &amp;ldquo;gifts&amp;rdquo; to firm&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Gift in the sense of Mauss&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Models gift giving in wage contracts&lt;/li&gt;&#xA;&lt;li&gt;Conclusion: labor contracts are partial gift exchanges&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Wages determined by and influence worker&amp;rsquo;s effort and worker&amp;rsquo;s effort determined by norms (exchange)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;geertz-c-1978-the-bazaar-economy-american-economic-review-may-28-32&#34;&gt;Geertz, C., 1978. &amp;ldquo;The Bazaar Economy,&amp;rdquo; American Economic Review, May: 28-32&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Focus on the role of information, communication, and knowledge in exchange processes (through bazaars)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;high degree of spatial localization and &amp;ldquo;ethnic&amp;rdquo; specialization&lt;/li&gt;&#xA;&lt;li&gt;search for information (not balancing options, but figuring out what options are)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Theorizes clientization (repeatative purchasers)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Adversaries in the word for clientship relations that are not dependency relations&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Notes paradox of bazaar buying: need to surround oneself with good communication links, but links are forged in antagonistic interactions driven by information imbalances&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;biernacki-r-1997-work-and-culture-in-the-reception-of-class-ideologiespp-169-192-in-jr-hall-ed-reworking-class-ithaca-cornell-university-press&#34;&gt;Biernacki, R., 1997, &amp;ldquo;Work and Culture in the Reception of Class Ideologies,&amp;ldquo;pp. 169-192 in J.R. Hall (ed.), Reworking Class. Ithaca: Cornell University Press.&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Notion of culture in concrete research has misled investigators into embracing economically reductionist accounts&lt;/li&gt;&#xA;&lt;li&gt;Offers alternative model of culture&amp;rsquo;s role in the crystallization of worker&amp;rsquo;s movements, a model that centers on the signifying practices of manufacture in the workplace&lt;/li&gt;&#xA;&lt;li&gt;Cross-culural comparison of conveyance of power/commodification in labor (labor power in German context, embodied labor in British contexts)&lt;/li&gt;&#xA;&lt;li&gt;Analytic he proposes &amp;ldquo;theorizes history [but also] historicizes theory&amp;rdquo;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;zelizer-v-1996-payments-and-social-ties-sociological-forum-11481-95&#34;&gt;Zelizer, V., 1996, &amp;ldquo;Payments and Social Ties,&amp;rdquo; Sociological Forum 11:481-95.&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Taxonomy of the social life of money: gift (a person&amp;rsquo;s voluntary bestowal on another), entitlement (a right to a share), and compensation (direct exchange)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;each corresponds to a significantly different set of social earmarking techniques to distinguish those categories of social relations (earmarking and control are key!)&lt;/li&gt;&#xA;&lt;li&gt;People sort ostensibly homogenous legal tender into distinct categories&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Bureaucratization, Commercialization, and monetization significantly altered the scope, form, and content that taxonomy of money&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Studied discretionary payments in the sexual economy, discretionary payments in bureaucracies and routinized payments in bureaucracies&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;baker-tom-2001-blood-money-new-money-and-the-moral-economy-of-tort-law-in-action-law-and-society-review-352-275-319&#34;&gt;Baker, Tom, 2001. “Blood Money, New Money, and the Moral Economy of Tort Law in Action.” Law and Society Review 35(2): 275-319&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Qualitative study of personal injury lawyers in CT, implications of professional norms and practices that govern tort settlement behavior&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Moral and practical barriers to collecting &amp;ldquo;blood money&amp;rdquo; (money from indvidual defendents, as opposed to liability insurance companies which give &amp;ldquo;insurance money&amp;rdquo;)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Very little changes hands, but important social tool&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Challenges conventional understanding that tort law in action is simpler, more streamlined than textbook tort law&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Client is liability insurance company&lt;/li&gt;&#xA;&lt;li&gt;Taking blood money requires more justification than a simple mistake (moral and practical explanations)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Compensation and retribution figure far more prominently in tort law in action in action than does the deterrence emphasized in much of the theorhetical and doctrinal literature&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;helleiner-e-2003-one-market-one-people-the-euro-and-political-identities-pp183-202-in-p-crowley-ed-before-and-beyond-the-euro-london-routledge&#34;&gt;Helleiner, E., 2003, “One Market, One People: The Euro and Political Identities,” pp.183-202 in P. Crowley (ed.), Before and Beyond the Euro. London: Routledge.&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Examines Euro&amp;rsquo;s role in eroding national identities and developing pan-European identity (one money to one market, but one people?)&lt;/li&gt;&#xA;&lt;li&gt;According to Simmel and Marx, money turns traditional social and personal ties, into ones characteriseed by impersonal and instrumental economic calculations&lt;/li&gt;&#xA;&lt;li&gt;Some key ideas:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Imagery on money and the construction of political identities&lt;/li&gt;&#xA;&lt;li&gt;Currencies as a medium of social communication&lt;/li&gt;&#xA;&lt;li&gt;Collective monetary experiences and communities of shared fate&lt;/li&gt;&#xA;&lt;li&gt;Money and popular sovereignty&lt;/li&gt;&#xA;&lt;li&gt;Modern money as the fiduciary standard&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;velthuis-o-2003-symbolic-meanings-of-prices-constructing-the-value-of-contemporary-art-in-amsterdam-and-new-york-galleries-theory-and-society-32181-215&#34;&gt;Velthuis, O., 2003, “Symbolic meanings of prices. Constructing the value of contemporary art in Amsterdam and New York galleries,” Theory and Society 32:181-215&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Arguing for a multiplicity of meanings in prices (not just signaling/profit as in econ, not just contaminating or corrosive as in humanities)&lt;/p&gt;</description>
    </item>
    <item>
      <title>CS 152 Notes</title>
      <link>https://deblina.net/posts/2020/03/cs-152-notes/</link>
      <pubDate>Sat, 14 Mar 2020 00:00:00 +0000</pubDate>
      <guid>https://deblina.net/posts/2020/03/cs-152-notes/</guid>
      <description>&lt;p&gt;These are notes for the final exam in CS 152, taught by Diana Franklin. The code for the class can be found &lt;a href = &#34;https://github.com/deblnia/CS152&#34; target = &#34;_blank&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h4 id=&#34;data-representation&#34;&gt;Data Representation&lt;/h4&gt;&#xA;&lt;p&gt;&lt;strong&gt;To convert to unsigned binary:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Number of places is number of bits, fill all with zeroes by default (every place has value of 2 to the power of the place &amp;ndash; from the right, zero based indexing)&lt;/li&gt;&#xA;&lt;li&gt;Find highest power of two that goes into decimal number&lt;/li&gt;&#xA;&lt;li&gt;Go to that power&amp;rsquo;s place, and change to one&lt;/li&gt;&#xA;&lt;li&gt;Keep adding powers of two until you get to number&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;strong&gt;To convert to hex:&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Introduction to Science Studies Notes</title>
      <link>https://deblina.net/posts/2019/12/introduction-to-science-studies-notes/</link>
      <pubDate>Mon, 09 Dec 2019 00:00:00 +0000</pubDate>
      <guid>https://deblina.net/posts/2019/12/introduction-to-science-studies-notes/</guid>
      <description>&lt;p&gt;The 16 readings here were the required ones featured on the exam.&lt;/p&gt;&#xA;&lt;h3 id=&#34;merton-robert-k-1942-the-normative-structure-of-science--pp-267-278&#34;&gt;Merton, Robert K. 1942. “The Normative Structure of Science,”  pp. 267-278&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Early text in science studies — analyzing science as an institution, trying to identify norms.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Merton is an &lt;em&gt;institutionalist&lt;/em&gt; (institutions in the sense of trust and behavior) — so studied science as a collection of internal rules and scripts (&amp;ldquo;norms&amp;rdquo;)&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Matthew effect&lt;/li&gt;&#xA;&lt;li&gt;Norms can be studied by sociologist&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;There are four main norms that constitute science: universalism, communism, disinterestedness, organized skepticism. (CUDOS)&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
