nls Questions

5

Solved

I am using the thin Oracle JDBC driver ver 10.2.0 (ojdbc14.jar). I would like to configure its NLS_LANG setting manually. Is there a way? Currently it fetches this setting from the VM variable use...
Sportswoman asked 3/7, 2009 at 16:6

3

Solved

I have a few datapoints (x and y) that seem to have a logarithmic relationship. > mydata x y 1 0 123 2 2 116 3 4 113 4 15 100 5 48 87 6 75 84 7 122 77 > qplot(x, y, data=mydata, geom="line...
Sulfide asked 7/8, 2012 at 11:1

1

Solved

There's a nice explanation here of how to use ggplot2 to create a scatterplot, fit the data using nls, and plot the fit, all in one line, like so myhist = data.frame(size = 10:27, counts = c(1L, 3...
Irate asked 24/4, 2012 at 17:21

3

Solved

I don't understand why I can't have a nls function for these data. I have tried with a lot of different start values and I have always the same error. Here is what I have been doing: expFct2 = fu...
Trujillo asked 13/3, 2012 at 21:45

1

Solved

I'm fitting some exponential data using nls. The code I'm using is: fit <- nls(y ~ expFit(times, A, tau, C), start = c(A=100, tau=-3, C=0)) expFit is defined as expFit <- function(t, A,...
Verticillate asked 3/6, 2010 at 6:26

1

Solved

I'm trying to fit a curve over (the tail of) the following data: [1] 1 1 1 1 1 1 2 1 2 2 3 2 1 1 4 3 2 11 6 2 16 7 17 36 [25] 27 39 41 33 42 66 92 138 189 249 665 224 309 247 641 777 671 532 749 ...
Entrance asked 11/2, 2010 at 8:8

1

I have a problem implementing a cross domain custom build in Dojo. The situation is as follows: i have a pretty large application, with a good number of localisation bundles, so basicly the direct...
Ghost asked 29/10, 2009 at 14:24

© 2022 - 2024 — McMap. All rights reserved.