The economics tag has no wiki summary.
2
votes
1answer
23 views
How do I fit a sine curve to my data with pylab and numpy?
For a school project I am trying to show that economies follow a relatively sinusoidal growth pattern. Beyond the economics of it, which are admittedly dodgy, I am building a python simulation to show ...
0
votes
0answers
55 views
Regressing a quantitative variable from several compatible qualitative variables
This is my first question on stackoverflow and I hope I'll do things properly.
I am studying the impact of movie genres on box-office.
My endogenous variable is boxoffice, continuous and ...
0
votes
0answers
10 views
How to estimate the coefficients of the omitted equation?
I'm estimating the demand for several food items using Almost Ideal Demand System. When it comes to the estimation of coefficients of the variables in the omitted equation, I'm having several ...
0
votes
3answers
89 views
Error in Python Code. How do I fix it?
First time writing Python code. Need some help in graphing this function. It is an Overlapping Growth Model function. Keeps giving an error code even though I am sure the equation is correct. Any help ...
0
votes
0answers
21 views
How do I check if two arrays are co-integrated?
I have two float arrays.
I need a library (or reliable code) to determine whether these arrays are co-integrated.
I am programming in C/C++.
I was advised to use gretl (LINK) but I have not found ...
0
votes
0answers
163 views
Game theory: Nash equilibrium in asymetric payoff matrix [closed]
I have a utility function describing the desirability of an outcome state. I weigh the expected utility with the probability of the outcome state occurring. I find the expected utility of an action, ...
0
votes
1answer
241 views
level log regression interpretation?
If I want to estimate a level-log regression by OLS, I do that because I believe that my x value (the independend variable) displays a diminishing marginal return on my y value (the dependend ...
0
votes
0answers
74 views
how to use vgxset in matlab?
I have been trying to use vgxset for multiply AR(1) specification.
I have 12 time series, but not sure how to set the specification so I can estimate the constants, coefficients for the AR(1) term ...
2
votes
1answer
259 views
Reinforcement learning methodes that map continous to continous
I am building a model where firms have to set prices and make production dicisions. Prices are continous and so are the decision variables. (inventory, last sales, prices...).
What reinforcement ...
1
vote
2answers
189 views
Trouble using FRED API in Python — cannot load module
I am trying to use this API for the Federal Reserve Economic Data (FRED):
https://github.com/zachwill/fred
I installed the three modules that the documentation said are required. I get this error:
...
-1
votes
1answer
287 views
Best possible metric vs imperial conversion table?
Is there a better, smarter way of structuring a metric vs imperial conversion table than the one below?
I.e. for a spreadsheet for calculating storage / shipping costs for products whose suppliers ...
1
vote
1answer
300 views
ARIMA modeling with panel data
I am doing a fixed effects regression and am having a problem with autocorrelation, to deal with this I am doing ARIMA modeling using the forecast, lmtest, and PLM packages. My data is general panel ...
0
votes
0answers
35 views
Sub setting panel data ( in a specific way) in R. Pic inside [duplicate]
Possible Duplicate:
Sub setting panel data
I need to sub set information in panel data in very specific way. I'm having a hard time expressing exactly what I mean in words. So I've included ...
1
vote
2answers
162 views
Sub setting panel data
Very new, so let me know if this is asking too much.
I am trying to sub set panel data, in R, into two different categories; one that has complete information for variables and one that has incomplete ...
2
votes
1answer
301 views
An algorithm for economic simulation?
I would like to create a game where the players create differents products with different prices (call it offers), and I give them a certain number of customers (call it demands).
Now, I want an ...
-2
votes
1answer
161 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 ...
0
votes
2answers
75 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 ...
1
vote
0answers
153 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) ...
2
votes
2answers
189 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 ...
0
votes
2answers
223 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
71 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 ...
3
votes
1answer
561 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 ...
4
votes
5answers
1k 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 ...
1
vote
4answers
495 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 ...
4
votes
2answers
121 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 ...
0
votes
1answer
34 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 ...
1
vote
1answer
2k 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 ...
2
votes
3answers
222 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
117 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 ...
0
votes
9answers
267 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 ...
7
votes
8answers
6k 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 ...
18
votes
15answers
1k views
Good Economics book for developers [closed]
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
761 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 ...
2
votes
1answer
202 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 ...
