Coder Social home page Coder Social logo

pcalc-functions's Introduction

pcalc-functions

A set of user-defined functions for PCalc. Email them to yourself, open the email on your iOS device, and you'll be able to import them into PCalc.

Financial 2

A simple set of functions for determining the time value of money:

Future Value

A coefficient for calculating the future value of an investment. To get the future value, you multiply this number by the present value.

  • Inputs
    • Y register: interest rate per compounding period
    • X register: number of compounding periods
  • Output
    • X register: the future value coefficient

Present Value

A coefficient for calculating the present value of an investment. To get the future value, you multiply this number by the future value.

  • Inputs
    • Y register: interest rate per compounding period
    • X register: number of compounding periods
  • Output
    • X register: the present value coefficient

Loan Payment

A coefficient for calculating the periodic payment of a loan. To get the payment amount, you multiply the initial principal by this coefficient.

  • Inputs
    • Y register: interest rate per period
    • X register: number of periods in the loan
  • Output
    • X register: the payment coefficient

Probability

A set of functions for probability distributions.

Std Normal PDF

The probability density function of a standard normal variable.

  • Input
    • X register: the value of the variable, x
  • Output
    • X register: the value of the standard normal PDF at x

Std Normal CDF

The cumulative density function of a standard normal variable.

  • Input
    • X register: the value of the variable, x
  • Output
    • X register: the value of the standard normal CDF at x

Inverse Std Normal CDF

The inverse cumulative density function of a standard normal variable.

  • Input
    • X register: the probability, p
  • Output
    • X register: the value of the variable, x, associated with p

Weather

Functions for determining the "feels like" temperature.

Wind Chill

The wind chill index for cold and windy days.

  • Inputs
    • Y register: the wind speed in mph
    • X register: the temperature in °F
  • Output
    • X register: the wind chill index, a "feels like" temperature in °F

Heat Index

The heat index for hot and humid days.

  • Inputs
    • Y register: the relative humidity in %
    • X register: the temperature in °F
  • Output
    • X register: the heat index, a "feels like" temperature in °F

pcalc-functions's People

Contributors

drdrang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.