We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2329e commit 60abf53Copy full SHA for 60abf53
R/polintmat.R
@@ -1,5 +1,5 @@
1
polintmat <- function(xa, ya, x) {
2
-# Polynomial extrapolion for a converging sequence
+# Polynomial extrapolation for a converging sequence
3
# YA is an 3-D array with 1st D same as XA
4
n <- length(xa)
5
dimya <- dim(as.array(ya))
0 commit comments