The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 Average of a part of a column

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
mooto Posted - 08/23/2013 : 4:33:28 PM
Origin Ver. and Service Release (Select Help-->About Origin): 8.5.1
Operating System: WinXP

Hi,

what is the easiest way to get the average value of a part of a column?
Do I need to get into Labtalk for this? If yes, is there a good place to start? The sources that I found are not doing a very good job in documenting - or I might be spoiled by the Mathematica documentation.
In excel it is a trivial problem: I just use Average(A1:A5) to get the average value of column A, rows 1 to 5. Is there something similar in Origin?
Note: I know there is "statistics on columns", but I need to calculate something with the average. So I need to access that number. And the approach that uses this looks like a workaround. Ideally I'm looking for something that I can put into "set column values".

Any help would be appreciated.
3   L A T E S T    R E P L I E S    (Newest First)
Hideo Fujii Posted - 10/23/2015 : 11:12:28 AM
For who visit this thread:

Origin 2015 version has introduced a handy tool - you can show the descriptive statistics of the
selected range in the status bar, and copy-and-paste to anywhere like in another worksheet
(by right-clicking the status bar):



--Hideo Fujii
OriginLab
mooto Posted - 08/23/2013 : 6:44:11 PM
Thank you! That should do the trick!
Hideo Fujii Posted - 08/23/2013 : 5:07:41 PM
Hi mooto,

You can define a range, and apply "sum" function which produces a sum object which contains
properties such as
sum.N, -.total, -.mean, -sd, -.min, and -.max
After running this function, you can keep the value by assigning to a variable(e.g., mymean=sum.mean),
or store in a cell in a worksheet cell (e.g., col(B)[1]=sum.mean).



Is it workable for you?

--Hideo Fujii
OriginLab

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000