To get the average cpu statistics from a virtual machine use the line below.
Get-Stat -Entity (Get-VM $VMName) -Stat cpu.usage.average -MaxSamples 5 -IntervalMins 5
This will give a cpu average off the last 25 minutes.
Other examples are on this webpage: http://lucd.info/?p=1383