Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Fibanocii sequence in r
#R version 3.3.2 N=0 N=1 Count=2 If(nterms<=0) { Print("enter a positive integer") } Else { If(nterms==1) { Print("fibanocii sequence:") Print(n1) } Else { Print("fibanocii sequence:") Print(n1) Print (n2) While (count<nterms) { Nth=n1+n2 Print (nth) N1=n2 N2=nth Count=count+1 } } }
run
|
edit
|
history
|
help
0
Sqrt - Bisection
Desktop-Sprite-image-Interval
Simple Linear Regression
(.)(.)
CRR convergence
26-08-2020Teste
Assignment2 Q2
Call option formula for Geometric Laplace distributed stock
Chi Square Tests - Goodness of Fit Test [Coffee drinkers]
Dynamic Simulation for Bank - Exercise 3 in 1.7