Publications by Farhana Zahir

FZahir_Discussion10

02.04.2020

Markov Chains Prob 2 Page 413 In Example 11.4, let \(a=0\) and \(b=1/2\) Find \(P\), \(P^{2}\), and \(P^{3}\) What would \(P^{n}\) be? What happens as \(n\rightarrow \infty\)? Solution: \(P=\begin{pmatrix}(1-a) & a\\ b & (1-b)\end{pmatrix} = \begin{pmatrix}1 & 0\\ 1/2 & 1/2\end{pmatrix}\) \(\implies P^{2} = \begin{pmatrix}1 & 0\\ 1/2 & 1/2\end{pm...

882 sym

Data608 module06

25.04.2020

Assignment 6: D3 lab D3.js is a powerful data visualization library. Rather than being based around existing plot types, d3 allows you to bind any html element. This power is a double edged sword. It allows you to build completely custom data visualizations, but because you're dealing with individual html elements, you're forced to interact with ...

5053 sym R (5864 sym/8 pcs) 2 img

test

25.04.2020

Assignment 6: D3 lab D3.js is a powerful data visualization library. Rather than being based around existing plot types, d3 allows you to bind any html element. This power is a double edged sword. It allows you to build completely custom data visualizations, but because you're dealing with individual html elements, you're forced to interact with ...

5053 sym R (5864 sym/8 pcs) 2 img

FZahir_Assign13

29.04.2020

Question 01 Use integration by substitution to solve the integral below. \(\int4e^{-7x}dx\) Solution: Let \(u=-7x\) \(\implies\) \(dx=-\frac{1}{7}dz\) \(4\int e^z \frac{-1}{7}dz=\frac{-4}{7}\int e^zdz=-\frac{4}{7}e^z+C=-\frac{4}{7}e^{-7x}+C\) Question 02 Biologists are treating a pond contaminated with bacteria. The level of contamination is cha...

3092 sym R (340 sym/5 pcs) 1 img

Plot

02.05.2020

...

7 sym 2 img

FZahir_Assign14

07.05.2020

library(pracma) This week, we’ll work out some Taylor Series expansions of popular functions. f(x)=1/1-x For each function, only consider its valid ranges as indicated in the notes when you are computing the Taylor Series expansion. Please submit your assignment as a R-Markdown document. \[f\left( x \right) = \frac { 1 }{ (1-x) } \] \(f(a) + {...

1259 sym R (1016 sym/10 pcs) 3 img

Data608 Final Project

14.05.2020

Introduction Problem Statement Is there a relationship in earnings within Industry for companies listed on the Nasdaq? There has been a lot of research for whether earnings and stock prices are correlated, but very insignificant work on how correlated the earnings within a specific industry are. We all know that there are seasonal variations in ...

5645 sym R (24670 sym/13 pcs) 2 img

Data605 Final FZahir

22.05.2020

Problem 1 Random Variables Using R, generate a random variable X that has 10,000 random uniform numbers from 1 to N, where N can be any number of your choosing greater than or equal to 6. Then generate a random variable Y that has 10,000 random normal numbers with a mean of\(\mu=\sigma=\frac{N+1}{2}\). # generating random numbers set.seed(4242)...

7979 sym R (13362 sym/79 pcs) 15 img 1 tbl

Data604 Discussion01

03.06.2020

Discussion 01 Farhana Zahir 4th June 2020 In [52]: # Configure Jupyter so figures appear in the notebook %matplotlib inline # Configure Jupyter to display the assigned value after an assignment %config InteractiveShell.ast_node_interactivity='last_expr_or_assign' # import library import random import numpy as np import matplotlib.pyplot as p...

225 sym R (928 sym/4 pcs) 1 img

Chapter01

07.06.2020

Modeling and Simulation in Python¶Chapter 1 Copyright 2020 Allen Downey License: Creative Commons Attribution 4.0 International Jupyter¶Welcome to Modeling and Simulation, welcome to Python, and welcome to Jupyter. This is a Jupyter notebook, which is a development environment where you can write and run Python code. Each notebook is divided ...

9208 sym R (2183 sym/32 pcs)