Notes, summaries, assignments, exams, and problems for Mathematics

Sort by
Subject
Level

SAP Finance & Treasury: Key Concepts and Processes

Classified in Mathematics

Written on in English with a size of 4.17 KB

Key Concepts in SAP Finance & Treasury Management

500

  • Standard Customizing Setting

Actuals Dimension

  • Only 1

Affiliated Group

  • Used for emphasis

AIF (Application Interface Framework)

  • Relevant for business users

Analytics Cloud

  • Publishing capabilities
  • Data: Information, Insight, Action, Value framework
  • Fund spreading capabilities
  • Fund allocation

Analyzer Offers

  • Integration with Market Risk Analyzer

Assign External

  • Utilizes interpretation algorithms

Automatic Payment

  • Process includes entering payment parameters, running payment proposals, creating payment media, and generating accounting entries.
  • Specifying payment request clearing accounts by company code.

Balance Sheet

  • Balance sheet reporting

Bank Account

  • Supports non-sequential approval patterns

Bank Communication

  • Facilitates
... Continue reading "SAP Finance & Treasury: Key Concepts and Processes" »

Mapping Techniques and Geographic Data Analysis

Classified in Mathematics

Written on in English with a size of 4.01 KB

Process of Contouring and Isolines

Isolines connect points of equal measurements. Contours indicate elevation and changes in elevation, such as slopes and hills. Isotherms connect points of equal temperature and tell us the current state of the atmosphere.

Rules for Drawing Isolines

  • Connect points of equal value.
  • Never cross one another.
  • Never touch.
  • The interval for isolines is the same for the whole map.

Contours show us slopes, valleys, and hills.

Topographic Profiles and Vertical Exaggeration

A profile is a topographic profile representing the lay of the land from the side. To draw a profile, a transect (straight line) is drawn between two points to show hills, valleys, and slopes.

Vertical Exaggeration is a mathematical representation used to ensure... Continue reading "Mapping Techniques and Geographic Data Analysis" »

Firm Strategy & Market Dynamics: Problem Set Insights

Posted by Anonymous and classified in Mathematics

Written on in English with a size of 6.88 KB

This step-by-step analysis covers Problem Sets 6-9, emphasizing key concepts from Problem Sets 7 and 8, essential for your final exam.


Problem Set 6: Product Differentiation & Merger Impacts

1. Why Bertrand Does Not Equal Marginal Cost in Reality

  • Firms may experience:

    • Capacity constraints

    • Brand loyalty (differentiated products)

    • Reputational concerns or switching costs

2. Bertrand Competition with Differentiated Products

  • Demand:

    • Q_M = 1000 - 200P_M + 100P_B

    • Q_B = 1000 - 200P_B + 100P_M

  • Steps:

    1. Plug in rival's price to derive inverse demand.

    2. Derive Marginal Revenue (MR); set MR = Marginal Cost (MC) = 4.

    3. Solve for the best response price.

    4. Set both best responses equal to solve for the Nash Equilibrium (NE).

    5. Calculate quantity, profit, and price-cost margin.

... Continue reading "Firm Strategy & Market Dynamics: Problem Set Insights" »

Cost Accounting Essentials: Key Concepts and Calculations

Classified in Mathematics

Written on in English with a size of 540.18 KB

Chapter 2: Predetermined Overhead Rate

Predetermined Overhead Rate = Estimated Total Manufacturing Overhead (MOH) / Estimated Total MOH Driver (e.g., Direct Labor hours, Direct Labor costs, Machine Hours)

Prime Cost = Direct Materials + Direct Manufacturing Labor

Conversion Cost = Direct Manufacturing Labor + Indirect Manufacturing Overhead

Cost Accumulation: Data is collected in an organized way (also known as cost pools).

Cost Assignment: Systematically links an actual cost pool to a distinct cost object (e.g., Tires, engine, labor assigned to car cost).

Activity Base: Examples include kilometers driven in a car, units produced, units sold, machine hours.

Product Cost: Costs tied to creating a product (Direct Materials, Direct Labor, Manufacturing... Continue reading "Cost Accounting Essentials: Key Concepts and Calculations" »

Statistical Measures: Variance, Covariance, and Causal Inference

Classified in Mathematics

Written on in English with a size of 77.91 KB

Statistical Measures and Causal Inference Concepts

Measures of Dispersion and Relationship

Variance

Variance: Estimates how far a set of numbers (random) are spread out from their mean value.

Covariance

Covariance: The relationship between two variables.

  • Cov = 0: Unsure of the relationship.
  • Cov > 0: Suggests Y will be above average when X is above average.
  • Cov < 0: Suggests Y will be below average when X is above average.

The formula for variance is often expressed as: $\mathbb{E}[X^2] - (\mathbb{E}[X])^2$ (where $\mathbb{E}$ is the Expected Value).

The formula for covariance between two variables $X$ and $Y$ is: $\mathbb{E}[(X - \mathbb{E}[X])(Y - \mathbb{E}[Y])]$

Pearson's Correlation Coefficient

Standardizes covariance between -1 and 1:

Pearson’s

... Continue reading "Statistical Measures: Variance, Covariance, and Causal Inference" »

Regression Analysis Statistics and Interpretation Explained

Classified in Mathematics

Written on in English with a size of 2.8 KB

Regression Statistics

  • Multiple R: Coefficient of correlation (0.099). 9.9% of variability in Y is connected with 9.95% of variability in X.
  • R-squared: Coefficient of determination (0.0099). 0.99% of variance in Y is explained by our regression model.
  • Standard Error: The prediction of Y made using our model will differ from reality by approximately [number].
  • Observations: The model contains [x] units.

Intercept (B0)

Coefficients: If we do not take X into consideration, Y will be [..].

T-stat: Calculated as (coefficient / standard error).

P-value: Level of risk is nearly 0, indicating a 99.99% probability.

Lower/Upper 95%: We are 95% confident that our coefficient B0 falls between 27.4 and 30.8.

Age (B1)

Coefficients: If X increases by 1 year, Y will increase... Continue reading "Regression Analysis Statistics and Interpretation Explained" »

Data Science, Machine Learning, and AI Concepts

Classified in Mathematics

Written on in English with a size of 10.38 KB

Data Science, Machine Learning, and Artificial Intelligence

Data ScienceMachine Learning (ML)Artificial Intelligence (AI)
A field that deals with extracting insights from structured and unstructured data.A subset of AI that enables systems to learn from data without explicit programming.A broad field that aims to create intelligent systems that mimic human cognition.
Involves data collection, cleaning, analysis, visualization, and predictive modeling.Focuses on developing models that can make predictions or decisions based on data.Encompasses various technologies, including ML, robotics, and expert systems.
Data wrangling, statistics, data visualization, and predictive analytics.Supervised, unsupervised, and reinforcement learning.Natural language
... Continue reading "Data Science, Machine Learning, and AI Concepts" »

Machine Learning Model Performance: Boosting, Evaluation, and Validation

Posted by Anonymous and classified in Mathematics

Written on in English with a size of 12.88 KB

Supervised vs Unsupervised learning


AdaBoost: Adaptive Boosting Algorithm Explained

AdaBoost (Adaptive Boosting) is a classic and widely used boosting algorithm that focuses on correcting the errors of preceding weak learners (typically decision trees). It works by iteratively adjusting the weights of the training data points.

How AdaBoost Works

  1. Initial Weights: AdaBoost starts by assigning equal weights to all the training data points.
  2. Train a Weak Learner: A "weak" learner (a model that performs slightly better than random chance, like a decision stump) is trained on the dataset using the current weights.
  3. Calculate Error and Performance: The error rate of the weak learner is calculated based on the instances it misclassified. A measure of the weak learner's performance (often called
... Continue reading "Machine Learning Model Performance: Boosting, Evaluation, and Validation" »

Mastering Two-Step Algebraic Equations

Posted by lukasdragon and classified in Mathematics

Written on in English with a size of 2.57 KB

1. Understand the Problem

The first step to solving a two-step algebraic equation is to clearly write down the problem. This helps you visualize the solution process. For our example, we will work with the equation: -4x + 7 = 15.

2. Isolate the Variable Term Using Addition or Subtraction

The next step is to isolate the variable term (e.g., "-4x") on one side of the equation and the constants (whole numbers) on the other. To achieve this, you'll use the Additive Inverse. Find the opposite of the constant term on the same side as the variable. In our example, the constant is +7, so its additive inverse is -7.

Subtract 7 from both sides of the equation to cancel out the "+7" on the variable's side. Write "-7" below the 7 on the left side and below... Continue reading "Mastering Two-Step Algebraic Equations" »

Machine Learning Fundamentals: Algorithms and Techniques

Classified in Mathematics

Written on in English with a size of 581.54 KB


ML → SUBSET OF AI; allows computers to learn from data without being explicitly programmed.


BASIC MATH INFO

  • matrix multiplication: if A is of size m x n, B if of size n x p, then AB size = m x p
    • col of A must = row of B
    • each row A * each column B
    • ie A of shape(m, n) * B of shape(n, p) = AB of shape(m, p)
  • to find logbase2 (n):

$$ log_2(n) = \frac{ln(n)}{ln(2)} $$


DEFINITIONS

  • Supervised Learning: Models learn from labeled data → learn a hypothesis function that approximates the target function
    • classification: goal = categorise input into classes
      • predicting if patient has a disease given symptoms (yes vs no)
      • identify type of fruit given images of fruit (apple, pear..)
    • regression: predict continuous numerical values based on input data
      • predict house price
... Continue reading "Machine Learning Fundamentals: Algorithms and Techniques" »