Search the web
Sign In
New User? Sign Up
cbug2 · Crystal Ball Users Group (CBUG)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 934 - 963 of 2449   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
934
I'd like to perform correlation calculus on stochastic vectors when a Monte Carlo simulation is completed. There is a non documented function named...
perroud74
Offline Send Email
Sep 6, 2004
2:50 am
935
It's documented on pages 157-158 of the Developer Kit manual. I'm not sure that it's what you want since it appears to return the correlation coefficient that...
Jim McBurney
mcburnjc
Offline Send Email
Sep 7, 2004
2:07 pm
936
Jim is correct. I was just about to say the same thing. If you want to run correlations on forecast data sets, extract the forecast data and use the Excel...
wjhaskett
Offline
Sep 7, 2004
9:56 pm
937
In fact, I need to get the correlation between two forecast cells ( a way to force Crystal Ball to memorize the data), each forecast cell is the result of a...
perroud74
Offline Send Email
Sep 8, 2004
12:51 pm
938
I have a system of non-linear equations that I need to solve to generate the result (y). I can set up the system of equations and solve using excel's solver...
e024576
Offline
Sep 8, 2004
7:04 pm
939
hi all members i am a new member in this group. i hope to be in contact wih all of u. i am an instractor at the faculity of engineering. my master interested...
hosam gendy
h_gendy2004
Offline Send Email
Sep 9, 2004
1:22 pm
940
I am trying to set a forecast cell's Display Range Preferences via VBA code to define the display range for the forecast in cell "C7" to use the fixed...
HofferGuy
Offline
Sep 9, 2004
1:22 pm
941
I think you need to make the range preferences one line: cb.RangePrefsND cbRngUseFixed, 0, 100, True should work. Jim McBurney mcburnjc@... ... From:...
Jim McBurney
mcburnjc
Offline Send Email
Sep 9, 2004
2:09 pm
942
I installed student version of CB on XP office 2003. CB tool bar is grayed out. The only two items not grayed out on the Crystal Ball tool bar are Run...
rainydaytim
Offline Send Email
Sep 13, 2004
3:36 pm
943
Tim, Not sure what the problem with office 97 is but I think I can explain the behavior in office 2003. Specifically, I believe you need to check your ...
Milton Venetos
miltv
Online Now Send Email
Sep 13, 2004
5:35 pm
944
It must be there somewhere, but am dammed if I can find it. Can anyone point me as to where I can find help/descriptions of the Crystal Ball functions you can...
Paul
grinner1958
Online Now Send Email
Sep 21, 2004
2:44 pm
945
Hello Paul, I use the Developer Kit manual which came with my Crystal Ball 2000 documentation. There are a large number of CB.Functions described in this ...
J. L. Anthony
xmtinc
Offline Send Email
Sep 21, 2004
5:40 pm
946
I attended a CB user conference this summer put on by Decisioneering at which they presented a preview of version 7.0 (there will be no version 6.x). The...
Smith, Lance D
xcellance2004
Offline Send Email
Sep 22, 2004
4:07 pm
947
... spreadsheet ... I have done the same thing with a "Goal Seek" macro (haven't tried it yet with a solver macro) and the one thing I found is that you have ...
cstunkard
Offline
Sep 24, 2004
2:03 pm
948
Since your macro works fine by itself, this may not be the problem, but one possiblity is that you need to recompile Solver in your macro. Choose Tools>...
Nick Martino
nvmartino
Offline Send Email
Sep 24, 2004
4:19 pm
949
Hi All, I'm interested to know the feature difference between Crystal Ball and ProcessModel. Please share the information. Thanks in Advance. Best Regards, ...
Bikash Jain
bjain@...
Send Email
Sep 28, 2004
12:43 pm
950
I am trying to make a correlation matrix , but all I get are ampty cells. Even using the demo file give me same results. Any coments ? Jorge Degetau...
abucan
Offline Send Email
Sep 28, 2004
3:04 pm
951
If I'm understanding the problem correctly, you're getting a matrix but all the cells are blank. If so, this is as it should be. You must populate the matrix...
Nick Martino
nvmartino
Offline Send Email
Sep 28, 2004
4:18 pm
952
Jorge, Nick is correct. Once you manually enter the coefficients into the matrix, they are automatically entered into the correlation dialog for the given...
ligoldman
Offline
Sep 28, 2004
4:48 pm
953
I would throw out one caution to what Nick wrote: be careful about entering zeroes in correlation matrices (and definitely do not fill the matrix with zeroes...
Patrick Leach
leachpe
Offline Send Email
Sep 28, 2004
5:31 pm
954
Gracias guys: Now I undestand, thank for the help. Regards Jorge ... <http://us.ard.yahoo.com/SIG=129rt26dc/M=298184.5285298.6392945.3001176/ ... ...
asasas asasas
abucan
Offline Send Email
Sep 28, 2004
9:27 pm
955
Thank you for you advice, now i understand what I was doing wrong. Jorge ... <http://us.ard.yahoo.com/SIG=129rt26dc/M=298184.5285298.6392945.3001176/D=gr ... ...
asasas asasas
abucan
Offline Send Email
Sep 29, 2004
3:09 am
956
Patrick, ... The latter is in general wrong. The following 3x3 correlation matrix provides an example with B correlated to A and C correlated to A, while B and...
Arcady Novosyolov
novosyolov
Offline Send Email
Sep 29, 2004
12:45 pm
957
I stand corrected. If the correlation coefficients are weak enough, everything Arcady says is true - it is entirely possible for CB to arrange the selected...
Patrick Leach
leachpe
Offline Send Email
Sep 29, 2004
1:01 pm
958
Hi all! I am currently trying to define assumptions for my spreadsheet in VBA. The problem I face is that I obviously can't use the macros since Excel doesn't...
julius_kirsche
Offline Send Email
Oct 5, 2004
2:25 pm
959
Hi Jules, This code is needed to ensure that Crystal Ball is running prior to calling any CB macro calls. Sub Auto_Open() If...
Jamie G. Carper
jamiecarper
Offline Send Email
Oct 5, 2004
3:21 pm
960
Hi Jamie, thank you for your help. Unfortunately, I have already tried it. Somehow I can't establish the reference to the crystal ball module. It is not...
julius_kirsche
Offline Send Email
Oct 5, 2004
4:44 pm
961
A quick way to set a reference to CB is to do the following: 1) Mark the CB in the Add-Ins 2) Goto the VBA Editor 3) Select the Project Explorer 4) You should...
Jamie G. Carper
jamiecarper
Offline Send Email
Oct 5, 2004
5:04 pm
962
As easy as it can be! :/ Thanks a lot! Next time I will give you a more difficult problem... ;) ... affect ... me ... but ... to ... the ... ...
julius_kirsche
Offline Send Email
Oct 5, 2004
5:52 pm
963
Hi, my name is Rurik Magos, I'm trying to forecast interest rates and other economic variables using CB Predictor. But I'm getting very "sine-like" projected...
rurikmagos
Offline Send Email
Oct 6, 2004
6:29 pm
Messages 934 - 963 of 2449   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help