Tagged Questions
The economics tag has no wiki summary.
17
votes
15answers
928 views
Good Economics book for developers
Joel mentions in several of his blog posts that it is very important for a developer/software entrepreneur to have solid understanding of Economics. Yet the Fog Creek MBA book reading list does not ...
10
votes
5answers
562 views
Economics of software development
Can anyone point me towards any references that attempt to formulate an economics of software development? In my own research, I discovered a book by Barry Boehm on this, but it seems very awkward ...
5
votes
7answers
2k views
How to value and put a price on software (license)
In my company we often value the software to be almost the same as concurrent software on the market. While this is one way I'm interested of other (maybe more academic) ways of value and put a price ...
4
votes
2answers
116 views
Why does Google provide public hosting of popular JavaScript formats?
Does Google track my coding habits to show Google ads in their search if i use any their hosted JavaScript framework?
...Or is there some other reason for them to host these? What is the benefit to ...
3
votes
1answer
266 views
Oaxaca Decomposition in R
I would like to make a Oaxaca Decomposition in R. It is used in e.g. labor economics to distinguish explained variance versus unexplained variance, I believe. I have not been able to find a suitable ...
2
votes
2answers
104 views
What R data package (or data from other source) with many variables to econometric model?
I would like to ask if you know any R packages with data to do linear econometric model ( least squares method). I must have 5-7 variables (some of them can occure insignificant later). I should check ...
2
votes
6answers
827 views
Paid app versus free-with-ads: When to use which strategy? [closed]
In a not too distant future I'll be launching an iPhone/iPad app on the app store, and I'm very much in doubt if ads (e.g. from the iAd Network) make sense to use. Given that the alternatives are a ...
2
votes
4answers
591 views
Programming Neural Networks with Python?
I'm a College student (Economics) and I want to program some monetary models using Neural Networks. I want those models to be able to predict future values of some variables using economic data, but I ...
2
votes
3answers
200 views
Benefit cost analysis libraries
I was wondering if there are any opensource libraries that are geared towards transportation ben/cost analysis.
I currently use microBENCOST and would like to build my own solution. I'm most ...
2
votes
2answers
103 views
Voting economy: balancing credits properly
Many websites today (including stackoverflow) and games allow people to perform voting, give feedback, enable additional features etc, according to a score: eg. reputation, or MMORPG credits.
As a ...
1
vote
4answers
235 views
How to find balanced panel data in R (aka, how to find which entries in panel are complete over given window)
I have a big panel of data from Compustat. To it I am adding some hand-collected data (seriously hand-collected from a stack of old books). But I don't want to hand-collect for the entire panel, only ...
1
vote
1answer
1k views
STATA foreach loop odd behavior
I'm getting odd behavior (it generates only missing values) from the following loop -
foreach x of varlist name { egen
totalcapx'=total(cap) if unit!=0 &
name=="x'", by(year) }
But ...
1
vote
1answer
135 views
Supply Demand Modeling
I thought I would ask the SO community on helping me with a project that I am currently working on. I need to model the price for a widget in a market situation. The price for the widget should be a ...
0
votes
2answers
41 views
Finding the nearest quantity based on price and amount to get
I've got a small maths problem in which I need to determine a quantity based on a cost price and a final amount.
Now this is easy in theory as it's simply final amount/actual cost = quantity, except ...
0
votes
0answers
68 views
Suggestions for building an Economic Simulator? [closed]
I'm trying to construct an OOP/turn-based economic simulator that a) uses AI to simulate rational decision-making b) allows optimal speed with multiple agents interacting and reacting per turn and c) ...
0
votes
2answers
101 views
Micro-economics for CS students
I recently went through the article on "Advice for Computer Science College Students", by Joel Spolsky - http://www.joelonsoftware.com/articles/CollegeAdvice.html .
In that Joel says that a ...
0
votes
0answers
32 views
How to find two separately sourced quantities given a total quantity? [closed]
Prompt: A local beer company has two separate breweries (brewery 1 and brewery 2). The marginal cost and average cost functions are given as: MC1 = 80Q1 and ATC1=(500/Q1)+40Q1 for brewery one and ...
0
votes
0answers
432 views
Sample Case Study of Unemployment [closed]
Can anyone please post a link of a sample case study on unemployment, which includes the economic and social cost
0
votes
1answer
29 views
“symbiosis” between open-source projects and corporate users (or how to get your employer to make financial contributions)
I do most of my programming as one-off work ("scaffolding" code for testing, data analysis, etc.) for a small company + have benefited a lot from open-source software projects over the past 5-10 ...
0
votes
9answers
227 views
As a technical professional, how important is it to learn economics and marketing? [closed]
I've often found myself pondering lately if I should invest some time into learning more about economics and marketing just to better understand arguments of non-technical co-workers. Another benefit ...
-2
votes
1answer
99 views
Finished break-even AreaChart - but can investors understand it? [closed]
So I think I've finally managed to visualize my fictional break-even analysis (thanks LoremIpsum):
http://home.no/dwaynie/bin-debug/
But:
Is the logic correct? Will it be accepted by investors and ...