Adjust Per-capita Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: loadFile.do?objectId=14566&objectType=file
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Amit Belani (View more)

Adjust Per-capita script description:



Adjust Per-capita is a Matlab script for Financial Modeling and Analysis scripts design by Amit Belani. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.
Adjust Per-capita - Adjust per capita using historical U.S. population data.

Publisher review:
Adjust Per-capita - Adjust per capita using historical U.S. population data. adjustpc(VALUEFORYEAR1,YEAR1,YEAR2) adjusts the number VALUEFORYEAR1 from what it was in YEAR1 to what it was in YEAR2. The adjustment is per capita, based on historical population data previously obtained from the U.S. Census Bureau.VALUEFORYEAR1 can be any number. YEAR1 and YEAR2 each can both be any year from 1900 to the current year. YEAR2 is optional, with its default value being the current year.The input arguments can either be single numbers, or row or column vectors of the same size.Population data is read from the the data file. It is assumed that the file contains data for both YEAR1 and YEAR2. This file can be updated using a text editor - if and when this needs to be done. Microsoft Excel should not be used to do this, as it can alter the date format. The updated file must contain data for all years up to the current year.EXAMPLES:adjustpc(1,1900,2007) returns 3.9542Because in this case ValueForYear1 equals 1, this indicates that the population in 2007 was 3.9542 times that in 1900.adjustpc(1,1900) also returns 3.9542adjustpc(1,2007,1900) returns 0.2529adjustpc(10,1945,1960) returns 12.9117This indicates that 10 units of something (e.g. dollars) for the entire population in 1945 would correspond to having 12.9117 units of that thing for the entire population in 1960.ValueForYear1=[4 1 15];Year1=[1920 1973 2002];Year2=repmat(2005,size(Year1));adjustpc(ValueForYear1,Year1,Year2) returns [11.1405 1.3992 15.4363]REMARKS:For efficiency, population data is read from the data file into RAM only once per session, after which it stays in RAM for the remainder of the session. For more implementation details, see the relevant PopForYear subfunction section of the code.
Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Related script downloads:

Latest script and internet news

IE 10 for Windows 8, comes with Adobe Flash support

IE 10 for Windows 8, comes with Adobe Flash support

After criticism received at Metro version of Internet Explorer 10 , initially offered no support for Adobe Flash technology, Microsoft has taken measures to correct this problem by working directly with Adobe to integrate the necessary components into the

Posted on: 25 May 2012 10:36 by A. Brown

Windows 8: boot to fast to furious

Windows 8: boot to fast to furious

Last year began to circulate on the Internet videos where Windows 8 systems boot in 7 seconds. Unfortunately, from this performance derives some problems.

Posted on: 25 May 2012 07:28 by A. Brown

Apple prepares iPhone 5 and iOS 6

Apple prepares iPhone 5 and iOS 6

New information coming from some sources close to Apple confirming that the Cupertino giant is testing two different models of iPhone, called internal iPhone5, 1 and iPhone 5.2. Apparently, both devices have a screen of 3.95 inches and a resolution of 113

Posted on: 24 May 2012 08:36 by A. Brown

Windows 8 estimates: 500 million users in 2013

Windows 8 estimates: 500 million users in 2013

Microsoft expects to launch a new wave of optimism with Windows 8. In a recent statement, Steve Ballmer, chief executive at Microsoft, estimates that Windows 8 will reach a total of about 500 million users by the end of 2013.

Posted on: 24 May 2012 08:25 by A. Brown

SPREAD THE WORD

User Rating

Adjust Per-capita
Rating: 1.0 out of 5
Based on 1 ratings. 1 user reviews.

  • Currently 1.00 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5