Соответствие лесса и получающееся уравнение

Я определенно предпочел бы:

1) Teracopy - базирующийся GUI, заменяет копию/перемещение Windows по умолчанию UI и добавляет себя к контекстному меню. Базовая версия является бесплатной (для домашнего использования, которое я предполагаю).

2) Robocopy - CLI, базирующийся, полезный при сценариях. Бесплатный инструмент от MS и включен в Vista/Windows 2008. Technet MS имеет GUI для robocopy также - полезный для создания операторов, которые можно позже встроить в сценарии или на командной строке.

пз: Я знаю, что они были уже предложены здесь, и я буду голосовать по ним, если я мог.

7
задан Shane 23 November 2009 в 19:24
поделиться

3 ответа

Формулы нет. Лесс - это непараметрический метод. Это не может быть выражено простым уравнением.

7
ответ дан 6 December 2019 в 10:00
поделиться

You want to recover the formula from a loess object? You might be able to do something like this:

> cars.lo <- loess(dist ~ speed, cars)
> formula(unclass(cars.lo)$terms)
dist ~ speed

Edit: Sorry...I think that I misinterpreted what you wanted. There is no simple way to express the loess model in the form of an equation.

1
ответ дан 6 December 2019 в 10:00
поделиться

Loess doesn't give you an equation [1]. If you just want to get the values returned by the loess function you use predict(loess.object, new.data)

[1] From wikipedia:

Another disadvantage of LOESS is the fact that it does not produce a regression function that is easily represented by a mathematical formula. This can make it difficult to transfer the results of an analysis to other people. In order to transfer the regression function to another person, they would need the data set and software for LOESS calculations.

9
ответ дан 6 December 2019 в 10:00
поделиться
Другие вопросы по тегам:

Похожие вопросы: