How to edit multiple lines of text?

Stellaferox

Active Member
Licensed User
Hi all,

I am writing a program (about logistic regression :sign0060:) in which a textfile is displayed in multiple lines of text. Also I want the possibility to edit the lines from scratch if need be.
Now which control would suit my needs? textbox is single line, rest is array-like with no editing possibilities in the box. Am I right? Suggestions?
thnx in advance
Marc
 

Stellaferox

Active Member
Licensed User
Hi,

Thnx Erel, didn't know that...
Logistic regression is a mathematical way (statistics) to reveil the connection between inputdata and (known) outcome to make predictions (probability) about new data and possible outcome. There are several ways to do this, and logistic regression is one of them . It can only be used when the data are dichotomical (true/ false, dead/ alive, etc).
I made a lot of statistical programs (neural networks, regression etc.) in the earlier days on the Psion and now I am trying to translate them to the pocketpc.
thnx
Marc
 

BjornF

Active Member
Licensed User
Longtime User
Statistical programs

Dear Stellarefox,

Statistics on your PDA ! :sign0188:

If you succeed in translating your statistical programs it would really be nice if you are willing to share them with us...

All the best / Björn
 
Top