Re: [ANN] orgtbl-fit

2023-03-05 Thread tbanelwebmin
On 3/3/23 16:13, Ihor Radchenko wrote: BTW, the dollar replacement is something org-table can benefit from---a number of people are confused because "$" is treated specially by Calc. I'm not sure what you mean. The dollar in spreadsheet formulas? Like: #+TBLFM: $6=$5+1 Which mean

Re: [ANN] orgtbl-fit

2023-03-03 Thread Ihor Radchenko
tbanelwebmin writes: > BTW, the dollar replacement is something org-table can benefit from---a > number of people are confused because "$" is treated specially by Calc. > > I'm not sure what you mean. The dollar in spreadsheet formulas? Like: > #+TBLFM: $6=$5+1 Which means that I misread

Re: [ANN] orgtbl-fit

2023-03-01 Thread tbanelwebmin
On 2/20/23 11:50, Ihor Radchenko wrote: tbanelwebmin writes: Examples & documentation can be read here: https://github.com/tbanel/orgtblfit/blob/main/README.org Interesting. Could it be somehow inte

Re: [ANN] orgtbl-fit

2023-02-20 Thread Ihor Radchenko
tbanelwebmin writes: >>> Examples & documentation can be read here: >>> https://github.com/tbanel/orgtblfit/blob/main/README.org >> Interesting. >> Could it be somehow integrated with TBLFM formulas? >> I imagine something like >> >> ? +?*year +?*passengers +?*(year-2016)*passengers >> >> , when

Re: [ANN] orgtbl-fit

2023-01-26 Thread tbanelwebmin
On 1/26/23 11:35, Ihor Radchenko wrote: tbanelwebmin writes: Actually, orgtbl-fit is a bridge between Org Mode tables and Calc. By the way, Org Mode table spreadsheet capabilities are also a bridge with Calc. Examples & documentation can be read here: https://github.com/tbanel/orgtblfit/blob

Re: [ANN] orgtbl-fit

2023-01-26 Thread Ihor Radchenko
tbanelwebmin writes: > Actually, orgtbl-fit is a bridge between Org Mode tables and Calc. > > By the way, Org Mode table spreadsheet capabilities are also a bridge > with Calc. > > Examples & documentation can be read here: > https://github.com/tbanel/orgtblfit/blob/main/README.org Interesting.

Re: [ANN] orgtbl-fit

2023-01-25 Thread tbanelwebmin
Hi Ihor & the List GnuPlot is a great software. If you feel confortable with it, continue using it! If others are used to R or Python, that is fine too. Orgtbl-fit may be useful if: * - You want a pure Emacs process, without external dependencies. * - You know that Emacs-Calc can fit your d

Re: [ANN] orgtbl-fit

2023-01-24 Thread Ihor Radchenko
tbanelwebmin writes: > The new orgtbl-fit package has just been released on Melpa. It > does regression fitting on Org Mode tables. > > Example. We suspect that `obs' depends on `x' and `y'. > ... > > Let us put the cursor on the `obs' column, and type > M-x orgtbl-fit > > Two columns are added >